4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-08 08:49:34 +00:00
Ivan Romanov 9504d1c8e0 cmake: put all runtime to bin when compiling
The most it is need for windows where no rpath and all dll's must be
in the same dir (or in PATH environment)
2014-02-02 02:35:55 +06:00

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")