Ahmad Fatoum
c3aeaf4a49
Travis CI: Add test case for pkg-config
6 lat temu
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.
6 lat temu
maficccc@gmail.com
965cc8ab6f
Added support DragonFly os from BSD family
6 lat temu
M
f89afaa335
CMake: Fix cannot find -lX11 ( #552 )
Temporary measure to fix a breakage on FreeBSD.
See #551 for more details.
6 lat temu
Ahmad Fatoum
e025e62445
cmake: Fix PLATFORM_WEB build
Did this ever work? Surely, doesn't look like it...
7 lat temu
Ahmad Fatoum
ad8509732c
CMake: Fix (Add?) Android support
Not sure if this ever worked, but now it at least compiles.
6 lat temu
Ahmad Fatoum
ff55af14f9
CMake: Move reusable code to new cmake/ directory
6 lat temu
Ahmad Fatoum
ae26e083b4
CMake: Add default build type if none specified
Release, unless we are in a Git repo, then it's Debug.
6 lat temu
Ahmad Fatoum
20ddc6a2bb
Move utils.cmake to separate cmake/ directory
6 lat temu