refactor: Update CMake build system and streamline Core object serialization and property handling.
This commit is contained in:
@@ -82,7 +82,7 @@ ENDMACRO(uLib_add_target)
|
||||
# TESTS and LIBRARIES must be defined
|
||||
macro(uLib_add_tests name)
|
||||
foreach(tn ${TESTS})
|
||||
add_executable(${tn} EXCLUDE_FROM_ALL ${tn}.cpp)
|
||||
add_executable(${tn} ${tn}.cpp)
|
||||
add_test(NAME ${tn} COMMAND ${tn})
|
||||
|
||||
target_link_libraries(${tn} ${LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user