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 faf65ca commit 01ba039Copy full SHA for 01ba039
CMakeLists.txt
@@ -23,6 +23,8 @@ file(GLOB SOURCES
23
# src/*/*/*.mm
24
#endif()
25
26
+add_library(${PROJECT_NAME} SHARED ${SOURCES})
27
+
28
# Windows specific settings
29
if (WIN32)
30
# Disable annoying warnings
@@ -32,8 +34,6 @@ if (WIN32)
32
34
set_target_properties(${PROJECT_NAME} PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
33
35
endif()
36
-add_library(${PROJECT_NAME} SHARED ${SOURCES})
-
37
if (NOT DEFINED ENV{GEODE_SDK})
38
message(FATAL_ERROR "Unable to find Geode SDK! Please define GEODE_SDK environment variable to point to Geode")
39
else()
0 commit comments