aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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")