mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
10 lines
283 B
CMake
10 lines
283 B
CMake
set(kdontchangethehostname_SRCS khostname.cpp )
|
|
|
|
add_executable(kdontchangethehostname ${kdontchangethehostname_SRCS})
|
|
target_link_libraries(kdontchangethehostname KDE4::kdecore KDE4::kdeui)
|
|
|
|
install(
|
|
TARGETS kdontchangethehostname
|
|
DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR}
|
|
)
|
|
|