Files
flat.hpp/vendors/CMakeLists.txt
2022-12-29 01:16:54 +07:00

6 lines
174 B
CMake

project(flat.hpp.vendors)
set(DOCTEST_NO_INSTALL ON CACHE INTERNAL "")
add_subdirectory(doctest)
set_target_properties(doctest_with_main PROPERTIES FOLDER flat.hpp.vendors)