mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-10 17:59:33 +00:00
10 lines
205 B
CMake
10 lines
205 B
CMake
ENABLE_TESTING()
|
|
|
|
set(pipeunittest_bin_SRCS pipeunittest.cpp)
|
|
|
|
add_executable( pipeunittest ${pipeunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(pipeunittest)
|
|
|
|
# add_qca_test(pipeunittest "QPipe")
|