aboutsummaryrefslogtreecommitdiff
path: root/src/tools/extractor_common
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-02-04 11:01:02 +0100
committerShauren <shauren.trinity@gmail.com>2022-02-04 11:01:02 +0100
commitbb185a78fb7edf8291ee92f5b71bc1b264b6a8c3 (patch)
tree650f5c8c9b72eac5dc171f8a5a7684e9542c69a9 /src/tools/extractor_common
parent8484376338472dfbb6ee83915c1956bed496b513 (diff)
Build: Put tests-extractor_common under correct folder when WITH_SOURCE_TREE is set to hierarchical-folders
Diffstat (limited to 'src/tools/extractor_common')
-rw-r--r--src/tools/extractor_common/CMakeLists.txt5
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")