mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-09 17:29:33 +00:00
The most it is need for windows where no rpath and all dll's must be in the same dir (or in PATH environment)
12 lines
254 B
CMake
12 lines
254 B
CMake
ENABLE_TESTING()
|
|
|
|
set( dsaunittest_bin_SRCS dsaunittest.cpp)
|
|
|
|
MY_AUTOMOC( dsaunittest_bin_SRCS )
|
|
|
|
add_executable( dsaunittest ${dsaunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(dsaunittest)
|
|
|
|
add_qca_test(dsaunittest "DigitalSignatureAlgorithm")
|