From bb185a78fb7edf8291ee92f5b71bc1b264b6a8c3 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 4 Feb 2022 11:01:02 +0100 Subject: Build: Put tests-extractor_common under correct folder when WITH_SOURCE_TREE is set to hierarchical-folders --- src/tools/extractor_common/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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") -- cgit v1.2.3