raylib/cmake
Ahmad Fatoum 61747508b0
CMake: Reuse libraries found by glfw CMake config
if (${PLATFORM} MATCHES "Desktop")
  target_link_libraries(${RAYLIB}_shared glfw ${GLFW_LIBRARIES})

was never true because PLATFORM STREQUAL "PLATFORM_DESKTOP"...

This fixes #551 and makes the changes suggested in #552 (commited as 965cc8ab)
unnecessary.
2018-07-03 21:35:27 +02:00
..
AddIfFlagCompiles.cmake CMake: Move reusable code to new cmake/ directory 2018-05-21 01:08:29 +02:00
BuildType.cmake CMake: Add default build type if none specified 2018-05-21 01:08:28 +02:00
CheckFileSystemSymlinkSupport.cmake CMake: Move reusable code to new cmake/ directory 2018-05-21 01:08:29 +02:00
emscripten.cmake cmake: Fix PLATFORM_WEB build 2018-05-21 12:15:39 +02:00
utils.cmake CMake: Reuse libraries found by glfw CMake config 2018-07-03 21:35:27 +02:00