File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
shared/test/common/libult Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,8 @@ endif()
180180
181181add_library (neo_libult OBJECT EXCLUDE_FROM_ALL ${neo_libult_SRCS} )
182182
183+ add_subdirectories()
184+
183185foreach (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} )
194197endforeach ()
195-
196- add_subdirectories()
You can’t perform that action at this time.
0 commit comments