mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +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
263 B
CMake
12 lines
263 B
CMake
ENABLE_TESTING()
|
|
|
|
set( keygenunittest_bin_SRCS keygenunittest.cpp)
|
|
|
|
MY_AUTOMOC( keygenunittest_bin_SRCS )
|
|
|
|
add_executable( keygenunittest ${keygenunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(keygenunittest)
|
|
|
|
add_qca_test(keygenunittest "KeyGeneration")
|