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
|
||
|---|---|---|
| .. | ||
| AddIfFlagCompiles.cmake | ||
| BuildType.cmake | ||
| CheckFileSystemSymlinkSupport.cmake | ||
| emscripten.cmake | ||
| utils.cmake | ||