13 lines
207 B
Diff
13 lines
207 B
Diff
--- CMakeLists.txt
|
|
+++ CMakeLists.txt
|
|
@@ -20,6 +20,8 @@
|
|
cmake_policy(SET CMP0083 NEW)
|
|
endif()
|
|
|
|
+include(${CMAKE_BINARY_DIR}/conan_paths.cmake)
|
|
+
|
|
project(MYGUI)
|
|
|
|
# Include necessary submodules
|
|
|