Logo
Explore Help
Sign In
mirror/raylib
1
0
Fork 0
You've already forked raylib
mirror of https://github.com/raysan5/raylib.git synced 2026-02-16 22:37:54 +00:00
Code Issues Packages Projects Releases Wiki Activity
raylib/cmake
History
iacore 76adf883fd
Fix CMake extraneous -lglfw (#3266)
Closes #3265.

The problem: LIBS_PRIVATE is a list of library names (used by pkg-config), but the shared library of the same name doesn't always exist.
2023-08-27 15:43:39 +02:00
..
AddIfFlagCompiles.cmake
…
BuildOptions.cmake
Remove STATIC and SHARED variables. (#1542)
2021-01-22 00:07:22 +01:00
CompileDefinitions.cmake
Add missing cmake options (#3267)
2023-08-27 15:42:45 +02:00
CompilerFlags.cmake
Documentation cmake (#1549)
2021-01-26 14:34:27 +01:00
EnumOption.cmake
…
GlfwImport.cmake
Fix CMake build on Raspberry Pi OS Bullseye (#2548)
2022-06-24 10:50:24 +02:00
InstallConfigurations.cmake
Fix CMake extraneous -lglfw (#3266)
2023-08-27 15:43:39 +02:00
JoinPaths.cmake
Add join_paths and join prefix with include/lib dirs (#1383)
2020-09-25 16:20:49 +02:00
LibraryConfigurations.cmake
fix: cmake option "OPENGL_VERSION" doesn't work (#3170)
2023-07-13 21:20:06 +02:00
LibraryPathToLinkerFlags.cmake
…
PackConfigurations.cmake
Add packaging for distros with deb- and rpm-based packages. (#2877)
2023-01-21 18:50:38 +01:00
PopulateConfigVariablesLocally.cmake
…
raylib-config-version.cmake
…
raylib-config.cmake
add: cmake config include guard (#2592)
2022-07-26 14:28:26 +02:00