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