7 lines
137 B
CMake
7 lines
137 B
CMake
|
set(LIBS
|
||
|
"AVSCommon"
|
||
|
"acsdkCommunication"
|
||
|
)
|
||
|
|
||
|
discover_unit_tests("${acsdkCommunication_INCLUDE_DIRS}" "${LIBS}")
|