mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-12 18:49:34 +00:00
10 lines
198 B
CMake
10 lines
198 B
CMake
ENABLE_TESTING()
|
|
|
|
set(keystoreunittest_bin_SRCS keystore.cpp)
|
|
|
|
add_executable( keystore ${keystoreunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(keystore)
|
|
|
|
add_qca_test(keystore "KeyStore")
|