mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
10 lines
229 B
Text
10 lines
229 B
Text
![]() |
include_directories(
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/..
|
||
|
${CMAKE_CURRENT_BINARY_DIR}/..
|
||
|
)
|
||
|
|
||
|
kde4_add_test(kexiv2-kexiv2test
|
||
|
kexiv2test.cpp
|
||
|
)
|
||
|
target_link_libraries(kexiv2-kexiv2test ${KDE4_KEXIV2_LIBS} ${QT_QTTEST_LIBRARY})
|