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 a4d3ffd commit 1ab6303Copy full SHA for 1ab6303
CMakeLists.txt
@@ -71,10 +71,6 @@ if (WIN32)
71
set(WINDOWS_SOURCES vendor/glad/glad.c)
72
endif ()
73
74
-if (LINUX)
75
- set(LINUX_SOURCES vendor/glad/glad.c)
76
-endif ()
77
-
78
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
79
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/binaries/lib-${GOOPYLIB_PLATFORM_NAME}/debug)
80
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/binaries/lib-${GOOPYLIB_PLATFORM_NAME}/debug)
0 commit comments