mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
6 lines
275 B
Text
6 lines
275 B
Text
![]() |
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} )
|
||
|
|