d5928197b2
Lists devices and makes it possible to share a url or a file with any device. REVIEW: 113343
7 lines
246 B
CMake
7 lines
246 B
CMake
include_directories(${CMAKE_SOURCE_DIR})
|
|
|
|
add_executable(kdeconnect-cli kdeconnect-cli.cpp)
|
|
|
|
target_link_libraries(kdeconnect-cli kdeconnect ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS})
|
|
|
|
install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS})
|