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()
180
180
181
181
add_library (neo_libult OBJECT EXCLUDE_FROM_ALL ${neo_libult_SRCS} )
182
182
183
+ add_subdirectories ()
184
+
183
185
foreach (target_name "neo_libult_common" "neo_libult" )
184
186
set_target_properties (${target_name} PROPERTIES POSITION_INDEPENDENT_CODE ON )
185
187
set_target_properties (${target_name} PROPERTIES FOLDER ${SHARED_TEST_PROJECTS_FOLDER} )
@@ -190,7 +192,6 @@ foreach(target_name "neo_libult_common" "neo_libult")
190
192
${SOURCE_LEVEL_DEBUGGER_HEADERS_DIR}
191
193
)
192
194
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
193
196
create_project_source_tree (${target_name} )
194
197
endforeach ()
195
-
196
- add_subdirectories ()
You can’t perform that action at this time.
0 commit comments