summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add support for "browse" modeAlastair Harrison2020-08-271-0/+38
* cmake: use PROJECT_{SOURCE,BINARY}_DIR instead of CMAKE_{SOURCE,BINARY}_DIRDavid Callu2020-07-171-3/+3
* only apply optional flags when compiler worksMichael Hirsch, Ph.D2020-04-061-1/+12
* cmake: append instead of set(x ...)Michael Hirsch, Ph.D2020-02-211-2/+2
* cmake: remove redundant cmake_policy()Michael Hirsch, Ph.D2020-02-211-2/+0
* Add install target to CMake buildrezso2020-02-081-0/+2
* CMake: Use static MSVC runtime, fixes #1692Jan Niklas Hasse2020-01-171-1/+3
* Build performance tests with CMake. Fixes #1708crondog2020-01-081-0/+12
* Enable Link Time Optimization for Release builds (#1701)Michael Jones2019-12-031-0/+13
* Fix warnings on mingw buildHelenerineium2019-11-231-1/+1
* Fixed compilation by gcc on WindowsSibi2019-11-021-0/+5
* CMake: Bump required version for object librariesJan Niklas Hasse2019-09-211-1/+1
* CMake: Let MSVC correctly report __cplusplusJan Niklas Hasse2019-09-211-1/+1
* CMake: Fix Windows buildJan Niklas Hasse2019-08-281-0/+7
* CMake: Support building without re2cJan Niklas Hasse2019-08-281-9/+15
* Add CMake build file as an alternative to configure.pyJan Niklas Hasse2019-08-281-0/+84