Build: Put tests-common and sfmt under correct folders when WITH_SOURCE_TREE is set to hierarchical-folders

(cherry picked from commit 19f69fcf060c4abba0cd3102529a4203eecac394)
This commit is contained in:
Shauren
2022-02-04 10:59:00 +01:00
parent af7c211230
commit 8484376338
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -21,3 +21,8 @@ target_link_libraries(tests-common
Catch2::Catch2)
catch_discover_tests(tests-common)
set_target_properties(tests-common
PROPERTIES
FOLDER
"tests")