7 lines
225 B
CMake
7 lines
225 B
CMake
|
set(INCLUDE_PATH
|
||
|
"${AVSCommon_INCLUDE_DIRS}"
|
||
|
"${CertifiedSender_INCLUDE_DIRS}")
|
||
|
|
||
|
set(TEST_FOLDER "${CertifiedSender_SOURCE_DIR}/test")
|
||
|
|
||
|
discover_unit_tests("${INCLUDE_PATH}" "CertifiedSender" "${TEST_FOLDER}")
|