diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-02-04 11:01:02 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-04 11:01:02 +0100 |
commit | bb185a78fb7edf8291ee92f5b71bc1b264b6a8c3 (patch) | |
tree | 650f5c8c9b72eac5dc171f8a5a7684e9542c69a9 /src/tools | |
parent | 8484376338472dfbb6ee83915c1956bed496b513 (diff) |
Build: Put tests-extractor_common under correct folder when WITH_SOURCE_TREE is set to hierarchical-folders
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/extractor_common/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/extractor_common/CMakeLists.txt b/src/tools/extractor_common/CMakeLists.txt index 2b375545b58..902fe06e689 100644 --- a/src/tools/extractor_common/CMakeLists.txt +++ b/src/tools/extractor_common/CMakeLists.txt @@ -24,3 +24,8 @@ target_link_libraries(extractor_common target_include_directories(extractor_common PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) + +set_target_properties(extractor_common + PROPERTIES + FOLDER + "tools") |