|
|
@ -26,7 +26,7 @@ if(NOT glfw3_FOUND AND NOT USE_EXTERNAL_GLFW STREQUAL "ON" AND "${PLATFORM}" MAT |
|
|
|
set(BUILD_SHARED_LIBS ${WAS_SHARED} CACHE BOOL " " FORCE) |
|
|
|
unset(WAS_SHARED) |
|
|
|
|
|
|
|
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw_objlib>) |
|
|
|
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw>) |
|
|
|
include_directories(BEFORE SYSTEM external/glfw/include) |
|
|
|
else() |
|
|
|
MESSAGE(STATUS "Using external GLFW") |
|
|
|