mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
5 lines
275 B
CMake
5 lines
275 B
CMake
set(kdontchangethehostname_SRCS khostname.cpp )
|
|
kde4_add_executable(kdontchangethehostname NOGUI ${kdontchangethehostname_SRCS})
|
|
target_link_libraries(kdontchangethehostname ${KDE4_KDECORE_LIBS} )
|
|
install(TARGETS kdontchangethehostname DESTINATION ${LIBEXEC_INSTALL_DIR} )
|
|
|