demianmnave / CML

The Configurable Math Library
https://github.com/demianmnave/CML
Boost Software License 1.0
83 stars 15 forks source link

Tidy up CMakeLists.txt #31

Closed demianmnave closed 3 years ago

demianmnave commented 3 years ago

CMakeLists.txt should be cleaned up using more modern CMake functionality, including adding installation support for easier vcpkg integration (#22) and adding relevant target_compile_features(...) (#29).

demianmnave commented 3 years ago

Closed by #34