Revision 14244880 host/tests/CMakeLists.txt
| b/host/tests/CMakeLists.txt | ||
|---|---|---|
| 45 | 45 |
ADD_EXECUTABLE(${test_name} ${test_source})
|
| 46 | 46 |
TARGET_LINK_LIBRARIES(${test_name} uhd)
|
| 47 | 47 |
ADD_TEST(${test_name} ${test_name})
|
| 48 |
INSTALL(TARGETS ${test_name} RUNTIME DESTINATION ${PKG_DATA_DIR}/tests COMPONENT tests)
|
|
| 48 |
INSTALL(TARGETS ${test_name} RUNTIME DESTINATION ${PKG_LIB_DIR}/tests COMPONENT tests)
|
|
| 49 | 49 |
ENDFOREACH(test_source) |
| 50 | 50 |
|
| 51 | 51 |
######################################################################## |
Also available in: Unified diff