mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 11:34:32 +00:00
10 lines
224 B
CMake
10 lines
224 B
CMake
ENABLE_TESTING()
|
|
|
|
set( keygenunittest_bin_SRCS keygenunittest.cpp)
|
|
|
|
add_executable( keygenunittest ${keygenunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(keygenunittest)
|
|
|
|
add_qca_test(keygenunittest "KeyGeneration")
|