mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-09 01:09:34 +00:00
The most it is need for windows where no rpath and all dll's must be in the same dir (or in PATH environment)
12 lines
242 B
CMake
12 lines
242 B
CMake
ENABLE_TESTING()
|
|
|
|
set(pipeunittest_bin_SRCS pipeunittest.cpp)
|
|
|
|
MY_AUTOMOC( pipeunittest_bin_SRCS )
|
|
|
|
add_executable( pipeunittest ${pipeunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(pipeunittest)
|
|
|
|
# add_qca_test(pipeunittest "QPipe")
|