cleanup some warnings

This commit is contained in:
BlackMATov
2023-01-10 12:29:41 +07:00
parent f4adc779db
commit fe77d5c282
10 changed files with 70 additions and 160 deletions

View File

@@ -1,5 +1,7 @@
project(meta.hpp.vendors)
set(DOCTEST_NO_INSTALL ON CACHE INTERNAL "")
set(DOCTEST_USE_STD_HEADERS ON CACHE INTERNAL "")
add_subdirectory(doctest)
set_target_properties(doctest_with_main PROPERTIES FOLDER meta.hpp.vendors)
set_target_properties(doctest doctest_with_main PROPERTIES FOLDER meta.hpp.vendors)