This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
ENABLE_TESTING() |
| 2 |
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) |
| 3 |
|
| 4 |
set( SmartPointerListTest_SRCS TestSmartPointerList.cpp ../src/SmartPointerList.cpp ) |
| 5 |
|
| 6 |
qt4_automoc( SmartPointerListTest_SRCS ) |
| 7 |
|
| 8 |
kde4_add_unit_test( SmartPointerListTest |
| 9 |
TESTNAME General-SmartPointerListTest |
| 10 |
${SmartPointerListTest_SRCS} |
| 11 |
) |
| 12 |
|
| 13 |
target_link_libraries( SmartPointerListTest |
| 14 |
${QT_QTCORE_LIBRARY} |
| 15 |
${QT_QTTEST_LIBRARY} |
| 16 |
) |