mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-03 22:59:32 +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
295 B
CMake
12 lines
295 B
CMake
ENABLE_TESTING()
|
|
|
|
set(securearrayunittest_bin_SRCS securearrayunittest.cpp)
|
|
|
|
MY_AUTOMOC( securearrayunittest_bin_SRCS )
|
|
|
|
add_executable( securearrayunittest ${securearrayunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(securearrayunittest)
|
|
|
|
add_qca_test(securearrayunittest "SecureArray")
|