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