Files
raylib/src/external
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
..
2018-01-19 12:02:15 +01:00
2018-05-28 00:48:45 +02:00
2017-11-12 22:57:31 +10:00
2018-04-02 13:30:19 +02:00
2018-02-09 00:01:00 +01:00
2018-02-09 00:01:00 +01:00
2018-02-09 00:01:00 +01:00
2018-02-09 00:01:00 +01:00
2018-02-09 00:01:00 +01:00