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