We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6107124 commit e7f4fdaCopy full SHA for e7f4fda
CMakeLists.txt
@@ -43,6 +43,10 @@ message("-----libsshtunnel-----")
43
set(LIBSSHTUNNEL_INSTALL OFF CACHE BOOL "Set to OFF to not include libsshtunnnel artifacts in install")
44
add_subdirectory(libsshtunnel)
45
46
+# wxWidgets
47
+find_package(wxWidgets 3.1.6 REQUIRED core base qa)
48
+include(UsewxWidgets)
49
+
50
51
#
52
# source proper
src/CMakeLists.txt
@@ -1,8 +1,6 @@
1
2
# dependencies
3
4
-find_package(wxWidgets 3.1.6 REQUIRED core base qa)
5
-include(UsewxWidgets)
6
include_directories(
7
${CMAKE_BINARY_DIR}
8
${CMAKE_SOURCE_DIR}
0 commit comments