summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Fix -swiglib on win32Julien Schueller2022-10-261-6/+9
| | | | | | - swig library files must be installed relatively to the exe into PREFIX/bin/Lib - unset SWIG_LIB_WIN_UNIX else swiglib returns a list of 2 paths which break cmake detection (and consistent to the provided windows binaries)
* CMake: Avoid including parser.c twiceJulien Schueller2022-10-241-0/+1
| | | | Closes #2409
* Correct cmake pcreversion testWilliam S Fulton2022-01-221-1/+1
|
* Call -pcreversion during appveyor testingWilliam S Fulton2022-01-211-0/+1
|
* PCRE2Julien Schueller2022-01-211-5/+5
| | | | Closes #2120
* [CMake] Add option to enable pcreJulien Schueller2021-10-031-3/+3
| | | | Closes #2031, #2065.
* CI: Warnings as errorsMichel Zou2021-03-071-0/+4
|
* CMake: Escape backslashes in SWIG_LIB_WIN_UNIXMichel Zou2021-03-061-0/+1
|
* CMake test, run -swiglibWilliam S Fulton2021-03-011-0/+1
|
* Misc fixesMichel Zou2021-02-261-82/+77
|
* Initial CMake configuration.Oliver Buchtala2021-02-251-0/+165
Needs to be tested under OSX and Windows.