aboutsummaryrefslogtreecommitdiff
path: root/utils.cmake
AgeCommit message (Expand)Author
2018-05-21Move utils.cmake to separate cmake/ directoryAhmad Fatoum
2018-05-12CMake: (Properly) build glfw separately with CMakeAhmad Fatoum
2018-05-11Revert "CMake: Build glfw separately with CMake"Ahmad Fatoum
2018-05-11CMake: Build glfw separately with CMakeAhmad Fatoum
2018-04-07CMake: Generate config.h from CMakeOptions.txtAhmad Fatoum
2018-04-07Add GNUInstallDirs and USE_AUDIO/USE_WAYLAND options to CMake (#518)Milan Nikolic
2018-02-11pkg-config: Empty Requires.private on shared-only buildAhmad Fatoum
2018-02-11mini_al: Support {Net,Open}BSD OSSAhmad Fatoum
2018-02-04CMake: Rename WITH_SYSTEM_GLFW to USE_EXTERNAL_GLFWAhmad Fatoum
2018-02-03CMake: Fix typo in GLFW detectionAhmad Fatoum
2018-02-03CMake: Add tristate option for using system GLFW (#455)Ahmad Fatoum
2018-01-27CMake: Add missing 0 to minimum versionAhmad Fatoum
2018-01-27CMake: Search dependencies and build pkg-config's Libs.private with itAhmad Fatoum
2018-01-27CMake: remove OpenAL dependencyAhmad Fatoum
2017-12-10Fix CI builds after mini_al changesAhmad Fatoum
2017-11-29Added compile with cmake for FreeBSDMartinfx
2017-11-25Build examples and games on Travis CIAhmad Fatoum
2017-11-24Generate and install pkg-config pc fileAhmad Fatoum
2017-11-22Fix macOS build of new rglfw.c approachAhmad Fatoum
2017-08-27CMake based build system.ASDF