issues
search
rvarago
/
kitten
A small C++17 library inspired by Category Theory.
MIT License
15
stars
1
forks
source link
Easier way to select the build type (Release/Debug) and rename the flag to build with tests
#13
Closed
rvarago
closed
5 years ago
rvarago
commented
5 years ago
The option BUILD_TYPE which can be Release and Debug, and it defaults to Debug is now added.
The flag WITH_TESTS is renamed to BUILD_TESTS and added as a CMake option (ON/OFF) to build with tests or not, and it defaults to ON.