mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 12:34:31 +00:00
10 lines
194 B
CMake
10 lines
194 B
CMake
ENABLE_TESTING()
|
|
|
|
set(rsaunittest_bin_SRCS rsaunittest.cpp)
|
|
|
|
add_executable(rsaunittest ${rsaunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(rsaunittest)
|
|
|
|
add_qca_test(rsaunittest "RSA")
|