mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-08 08:49:34 +00:00
The most it is need for windows where no rpath and all dll's must be in the same dir (or in PATH environment)
12 lines
254 B
CMake
12 lines
254 B
CMake
ENABLE_TESTING()
|
|
|
|
set(loggerunittest_bin_SRCS loggerunittest.cpp)
|
|
|
|
MY_AUTOMOC( loggerunittest_bin_SRCS )
|
|
|
|
add_executable(loggerunittest ${loggerunittest_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(loggerunittest)
|
|
|
|
add_qca_test(loggerunittest "Logger")
|