We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d4e0d commit 5f7265cCopy full SHA for 5f7265c
1 file changed
Config.cmake
@@ -19,6 +19,7 @@ if (PYRO_PLATFORM_WINDOWING)
19
else()
20
# Set macros accordingly
21
if(PYRO_PLATFORM_WINDOWING_SYSTEM STREQUAL "GLFW")
22
+ add_definitions(-DPYRO_PLATFORM_WINDOWING_GLFW 1)
23
set(PYRO_PLATFORM_WINDOWING_GLFW 1)
24
set(PYRO_PLATFORM_WINDOWING_DIRNAME "Glfw")
25
@@ -34,4 +35,4 @@ if (UNIX AND NOT APPLE)
34
35
endif()
36
if (WIN32)
37
set(PYRO_PLATFORM_DIRNAME "Windows")
-endif()
38
+endif()
0 commit comments