restructured test folder and enabled cmake v3 support
This commit is contained in:
7
unittest/internal/CMakeLists.txt
Normal file
7
unittest/internal/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
target_sources(${TARGET_NAME} PRIVATE
|
||||
InternalUnitTester.cpp
|
||||
UnittDefinitions.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(osal)
|
||||
add_subdirectory(serialize)
|
Reference in New Issue
Block a user