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 5e55993 commit 938651fCopy full SHA for 938651f
1 file changed
CMakeLists.txt
@@ -10,8 +10,7 @@ file(GLOB_RECURSE SOURCES
10
11
add_library(${PROJECT_NAME} SHARED ${SOURCES} src/platform/Mac.mm)
12
13
-# This must be precompiled or cocos2d's glew.h takes over
14
-# target_precompile_headers(${PROJECT_NAME} PUBLIC GLEW/glew.h)
+set_source_files_properties(src/platform/Mac.mm PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
15
16
if (NOT DEFINED ENV{GEODE_SDK})
17
message(FATAL_ERROR "Unable to find Geode SDK! Please define GEODE_SDK environment variable to point to Geode")
0 commit comments