mirror of
https://github.com/BlackMATov/enum.hpp.git
synced 2025-12-13 06:59:45 +07:00
6 lines
176 B
CMake
6 lines
176 B
CMake
project(vmath.hpp.vendors)
|
|
|
|
set(DOCTEST_NO_INSTALL ON CACHE INTERNAL "")
|
|
add_subdirectory(doctest)
|
|
set_target_properties(doctest_with_main PROPERTIES FOLDER vmath.hpp.vendors)
|