File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ message(STATUS "CMakeLists: Zep")
4
4
5
5
# Global Options
6
6
option (BUILD_QT "Make Qt Library" OFF )
7
- option (BUILD_IMGUI "Make Imgui Library" ON )
7
+ option (BUILD_IMGUI "Make Imgui Library" OFF )
8
8
option (BUILD_DEMOS "Make the demo app" ON )
9
9
option (BUILD_TESTS "Make the tests" ON )
10
10
option (BUILD_EXTENSIONS "Make the extension library (required for demo)" OFF )
@@ -13,6 +13,7 @@ option(ZEP_FEATURE_CPP_FILE_SYSTEM "Default File system enabled" ON)
13
13
# Global Settings
14
14
set (CMAKE_CXX_STANDARD 17)
15
15
set (CMAKE_CXX_STANDARD_REQUIRED ON )
16
+ set (CMAKE_CXX_FLAGS "-lGLEW" )
16
17
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
17
18
set (CMAKE_POSITION_INDEPENDENT_CODE ON )
18
19
set_property (GLOBAL PROPERTY USE_FOLDERS ON )
@@ -98,4 +99,3 @@ install(
98
99
)
99
100
100
101
include (${CMAKE_CURRENT_LIST_DIR} /cmake/cpack_installer.cmake)
101
-
You can’t perform that action at this time.
0 commit comments