🎉 Added mygui

This commit is contained in:
2021-08-04 18:53:29 +00:00
committed by GitHub
parent f93b83b3d5
commit e0f89654df
4 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -11,6 +11,8 @@
project(MYGUI)
+include(${CMAKE_BINARY_DIR}/conan_paths.cmake)
+
# Include necessary submodules
set(CMAKE_MODULE_PATH
"${MYGUI_SOURCE_DIR}/CMake"