mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-12 02:39:34 +00:00
10 lines
217 B
CMake
10 lines
217 B
CMake
|
set(staticunittest_bin_SRCS staticunittest.cpp)
|
||
|
|
||
|
MY_AUTOMOC( staticunittest_bin_SRCS )
|
||
|
|
||
|
add_executable( staticunittest ${staticunittest_bin_SRCS} )
|
||
|
|
||
|
target_link_libraries( staticunittest qca ${QT_QTTEST_LIBRARY})
|
||
|
|
||
|
|