diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-08-28 15:10:21 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-04 10:59:00 +0100 |
commit | 8484376338472dfbb6ee83915c1956bed496b513 (patch) | |
tree | 57dfecc8c26b95025aeee9b0f3e5549279267cb0 /tests | |
parent | af7c2112306ac04b1ae62c72fcfc1d549f3440d5 (diff) |
Build: Put tests-common and sfmt under correct folders when WITH_SOURCE_TREE is set to hierarchical-folders
(cherry picked from commit 19f69fcf060c4abba0cd3102529a4203eecac394)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 5 |
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") |