summaryrefslogtreecommitdiffhomepage
path: root/cmake/utils.cmake
AgeCommit message (Collapse)Author
2018-07-03CMake: Reuse libraries found by glfw CMake configAhmad Fatoum
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-06-23Added support DragonFly os from BSD family[email protected]
2018-05-26CMake: Fix cannot find -lX11 (#552)M
Temporary measure to fix a breakage on FreeBSD. See #551 for more details.
2018-05-21cmake: Fix PLATFORM_WEB buildAhmad Fatoum
Did this ever work? Surely, doesn't look like it...
2018-05-21CMake: Fix (Add?) Android supportAhmad Fatoum
Not sure if this ever worked, but now it at least compiles.
2018-05-21Move utils.cmake to separate cmake/ directoryAhmad Fatoum