mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 19:44:32 +00:00
8 lines
156 B
CMake
8 lines
156 B
CMake
ENABLE_TESTING()
|
|
|
|
add_executable(loggerunittest loggerunittest.cpp )
|
|
|
|
target_link_qca_test_libraries(loggerunittest)
|
|
|
|
add_qca_test(loggerunittest "Logger")
|