diff options
| author | Ray San <[email protected]> | 2018-06-12 10:45:00 +0200 |
|---|---|---|
| committer | Ray San <[email protected]> | 2018-06-12 10:45:00 +0200 |
| commit | b588af5ce22691bb143dcd784858e3c331c4a1e6 (patch) | |
| tree | 104fbbf702eaa668f24aa8dfbea94ad7ccd8565f /src/CMakeLists.txt | |
| parent | b48d225a43c2a08bf1e37b1f66ec09cf0795371c (diff) | |
| download | raylib-b588af5ce22691bb143dcd784858e3c331c4a1e6.tar.gz raylib-b588af5ce22691bb143dcd784858e3c331c4a1e6.zip | |
Corrected breaking build
Diffstat (limited to 'src/CMakeLists.txt')
| -rwxr-xr-x | src/CMakeLists.txt | 2 |
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) |
