diff options
Diffstat (limited to 'src/tools/extractor_common')
-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") |