Add missing wxWidgets library "stc"

This commit is contained in:
Xavier Del Campo Romero 2020-10-31 04:19:38 +01:00
parent d23d092e7c
commit bfddf7e12a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
project(torque-ide CXX)
find_package(wxWidgets COMPONENTS core base)
find_package(wxWidgets COMPONENTS core base net gl stc)
if(NOT wxWidgets_FOUND)
message(FATAL_ERROR "wxWidgets not found")