You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
569 B

# In this CMakeLists.txt we define which files
# are used to compile the application
set(kde4breeze_SRCS
#application.cpp
main.cpp
)
# Set the name of the application
add_executable(kde4breeze ${kde4breeze_SRCS})
# Select which libraries we need to link to
target_link_libraries(kde4breeze Qt5::Widgets KF5::CoreAddons KF5::ConfigCore)
# Tell cmake to install the application binary
install(TARGETS kde4breeze DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/)
install(FILES kde4breeze.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR})
# Install the color scheme