aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* update cmake-commonEgor Tensin2023-07-04
| | | | Also, change the build directory to build/.
* cmake: fix CMakeLists.txt syntaxEgor Tensin2021-04-07
|
* cmake: slight CMakeLists.txt refactoringEgor Tensin2021-04-07
|
* add `make install`, `make test`, etc.Egor Tensin2021-03-24
| | | | Tests can be called using CTest now.
* cmake: ENABLE_TESTS -> MATH_SERVER_TESTSEgor Tensin2020-10-04
|
* update cmake-commonEgor Tensin2020-04-05
|
* update cmake-commonEgor Tensin2020-01-09
|
* cmake: don't install benchmark the libraryEgor Tensin2020-01-03
|
* add a basic benchmark for lexerEgor Tensin2020-01-03
| | | | | I suspect std::regex is _horribly_ slow. Will compare it to boost::regex, then decide.
* cmake: use Boost::* targetsEgor Tensin2019-12-21
|
* cmake: install README, LICENSE.txtEgor Tensin2019-12-12
|
* AppVeyor: Release builds only on masterEgor Tensin2019-12-10
|
* clean up build warningsEgor Tensin2019-12-10
|
* use CMake's install() for predictable pathsEgor Tensin2019-12-09
| | | | | This will allow to merge the scripts for the two CIs in the future, hopefully.
* CC_CXX_STANDARD -> CMakeLists.txtEgor Tensin2019-12-09
|
* cmake-common: use C++17Egor Tensin2019-12-09
|
* set minimum CMake versionEgor Tensin2019-12-09
|
* add cmake-common as a submoduleEgor Tensin2019-12-09
|
* initial commitEgor Tensin2019-12-01