summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRay San <[email protected]>2018-06-12 10:45:00 +0200
committerRay San <[email protected]>2018-06-12 10:45:00 +0200
commitb588af5ce22691bb143dcd784858e3c331c4a1e6 (patch)
tree104fbbf702eaa668f24aa8dfbea94ad7ccd8565f /src/CMakeLists.txt
parentb48d225a43c2a08bf1e37b1f66ec09cf0795371c (diff)
downloadraylib-b588af5ce22691bb143dcd784858e3c331c4a1e6.tar.gz
raylib-b588af5ce22691bb143dcd784858e3c331c4a1e6.zip
Corrected breaking build
Diffstat (limited to 'src/CMakeLists.txt')
-rwxr-xr-xsrc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d7454493..7e94d97d 100755
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -31,7 +31,7 @@ if(NOT glfw3_FOUND AND "${PLATFORM}" MATCHES "Desktop")
add_subdirectory(external/glfw)
include_directories(external/glfw/include)
- list(APPEND raylib_sources $<TARGET_OBJECTS:glfw>)
+ list(APPEND raylib_sources $<TARGET_OBJECTS:glfw_objlib>)
endif()
include(utils)