Skip to content

Commit 1ab6303

Browse files
committed
Removed glad.c from Linux
Signed-off-by: Bhavye Mathur <bhavyemathur@gmail.com>
1 parent a4d3ffd commit 1ab6303

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ if (WIN32)
7171
set(WINDOWS_SOURCES vendor/glad/glad.c)
7272
endif ()
7373

74-
if (LINUX)
75-
set(LINUX_SOURCES vendor/glad/glad.c)
76-
endif ()
77-
7874
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
7975
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/binaries/lib-${GOOPYLIB_PLATFORM_NAME}/debug)
8076
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/binaries/lib-${GOOPYLIB_PLATFORM_NAME}/debug)

0 commit comments

Comments
 (0)