mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 19:32:57 +00:00
7 lines
255 B
CMake
7 lines
255 B
CMake
katie_test(tst_qdeclarativecomponent
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tst_qdeclarativecomponent.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testtypes.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testtypes.h
|
|
)
|
|
|
|
target_link_libraries(tst_qdeclarativecomponent KtDeclarative)
|