aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2022-02-14CMake: split configuration files for apps and tests (#3048)Mike Taves
2022-01-13Specify CMAKE_INSTALL_RPATH for macOS; use -rpath LDFLAGS for tests (#3009)Mike Taves
2021-10-11Merge pull request #2895 from rouault/cmake_BUILD_PROGRAMSEven Rouault
2021-10-11CMake: Always build gie if testing is requested (#2899)Mike Taves
2021-10-10CMake: add a BUILD_APPS to be able to disable build of all programsEven Rouault
2020-02-04Add projsync utilityEven Rouault
2020-01-24CMake: replace PROJ_TESTS with CTest's BUILD_TESTING optionMike Taves
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves
2019-02-04Remove all traces of nad2bin and nad2nadKristian Evers
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2017-12-18Enable wildcard globbing for MSVC builds (#714)Thomas Knudsen
2017-10-12gie.c and builtins.gie now able to reproduce internal test resultsThomas Knudsen
2017-09-28Introducing the cct 'Coordinate Conversion and Transformation' program (#574)Thomas Knudsen
2016-11-17Updated CMakeLists to only set the debug postfix if the target is being built.Tom Fili
2016-02-15Upgrade geodesic library from GeographicLib 1.46.Charles Karney
2015-03-03Append _d to debug versions of library and tools so that release and debug ve...Charles Karney
2015-02-22More CMake churn #264Howard Butler
2015-02-21clean up include installation for CMake #262Howard Butler
2014-09-13default most options to ON for CMake #243Howard Butler
2014-09-13Start implementation of CMake support for proj.4 #243Howard Butler