Skip to content

Commit b98cfdd

Browse files
Minor change in cmake file
Signed-off-by: Zbigniew Zdanowicz <[email protected]>
1 parent 49d4b8f commit b98cfdd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shared/test/common/libult/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ endif()
180180

181181
add_library(neo_libult OBJECT EXCLUDE_FROM_ALL ${neo_libult_SRCS})
182182

183+
add_subdirectories()
184+
183185
foreach(target_name "neo_libult_common" "neo_libult")
184186
set_target_properties(${target_name} PROPERTIES POSITION_INDEPENDENT_CODE ON)
185187
set_target_properties(${target_name} PROPERTIES FOLDER ${SHARED_TEST_PROJECTS_FOLDER})
@@ -190,7 +192,6 @@ foreach(target_name "neo_libult_common" "neo_libult")
190192
${SOURCE_LEVEL_DEBUGGER_HEADERS_DIR}
191193
)
192194
target_compile_definitions(${target_name} PRIVATE $<TARGET_PROPERTY:${NEO_SHARED_MOCKABLE_LIB_NAME},INTERFACE_COMPILE_DEFINITIONS>)
195+
# please do not add new sources below this function
193196
create_project_source_tree(${target_name})
194197
endforeach()
195-
196-
add_subdirectories()

0 commit comments

Comments
 (0)