mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 19:44:32 +00:00
10 lines
237 B
CMake
10 lines
237 B
CMake
ENABLE_TESTING()
|
|
|
|
set(keylengthunittest_bin_SRCS keylengthunittest.cpp)
|
|
|
|
add_executable( keylengthunittest ${keylengthunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(keylengthunittest)
|
|
|
|
add_qca_test(keylengthunittest "KeyLength")
|