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