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