qca/unittest/keygenunittest/CMakeLists.txt
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
263 B
CMake

ENABLE_TESTING()
set( keygenunittest_bin_SRCS keygenunittest.cpp)
MY_AUTOMOC( keygenunittest_bin_SRCS )
add_executable( keygenunittest ${keygenunittest_bin_SRCS} )
target_link_qca_test_libraries(keygenunittest)
add_qca_test(keygenunittest "KeyGeneration")