🔨 Reduce amount of patches for MyGUI

This commit is contained in:
2021-10-23 16:17:11 +02:00
parent 545b386cf6
commit 87febdff3c
6 changed files with 23 additions and 81 deletions

View File

@ -1,6 +1,6 @@
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -11,6 +11,8 @@
@@ -11,8 +11,11 @@
project(MYGUI)
@ -8,4 +8,7 @@
+
# Include necessary submodules
set(CMAKE_MODULE_PATH
+ "${CMAKE_BINARY_DIR}"
"${MYGUI_SOURCE_DIR}/CMake"
"${MYGUI_SOURCE_DIR}/CMake/Utils"
"${MYGUI_SOURCE_DIR}/CMake/Packages"