Files
ecs.hpp/vendors/CMakeLists.txt
2023-01-07 16:01:49 +07:00

6 lines
172 B
CMake

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