aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-08-28 15:10:21 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-28 15:10:21 +0200
commit19f69fcf060c4abba0cd3102529a4203eecac394 (patch)
treea1e610cee3822c43d2066a8c49c7320466a865bb /tests
parentbf8b34946db51e27a25947316e2d4bb7a58a0e75 (diff)
Build: Put tests-common and sfmt under correct folders when WITH_SOURCE_TREE is set to hierarchical-folders
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fdbfe689fc2..35bfafc02f7 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -21,3 +21,8 @@ target_link_libraries(tests-common
Catch2::Catch2)
catch_discover_tests(tests-common)
+
+set_target_properties(tests-common
+ PROPERTIES
+ FOLDER
+ "tests")