mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
12 lines
282 B
CMake
12 lines
282 B
CMake
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
|
|
|
|
########### next target ###############
|
|
|
|
set(testicons_SRCS
|
|
testicons.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/../icons.cpp
|
|
)
|
|
|
|
kde4_add_manual_test(testicons ${testicons_SRCS})
|
|
|
|
target_link_libraries(testicons ${KDE4_KDEUI_LIBS})
|