mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
10 lines
198 B
CMake
10 lines
198 B
CMake
ENABLE_TESTING()
|
|
|
|
set(SOURCES "filewatchunittest.cpp")
|
|
|
|
add_executable( filewatchunittest ${SOURCES})
|
|
|
|
target_link_qca_test_libraries(filewatchunittest)
|
|
|
|
add_qca_test(filewatchunittest "FileWatch")
|