mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 03:54:31 +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")
|