Rename cmakemacros.txt -> macros.cmake
This commit is contained in:
parent
892385f3fc
commit
22392a4917
4 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ target_link_libraries(kded_kdeconnect
|
|||
${QCA2_LIBRARIES}
|
||||
)
|
||||
|
||||
include(../cmakemacros.txt)
|
||||
include(../macros.cmake)
|
||||
|
||||
generate_and_install_dbus_interface(
|
||||
kded_kdeconnect
|
||||
|
|
|
@ -32,7 +32,7 @@ target_link_libraries(kdeconnect_battery
|
|||
install(TARGETS kdeconnect_battery DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||
install(FILES kdeconnect_battery.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
include(../../../cmakemacros.txt)
|
||||
include(../../../macros.cmake)
|
||||
|
||||
generate_and_install_dbus_interface(
|
||||
kdeconnect_battery
|
||||
|
|
|
@ -33,7 +33,7 @@ target_link_libraries(kdeconnect_notifications
|
|||
install(TARGETS kdeconnect_notifications DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||
install(FILES kdeconnect_notifications.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
include(../../../cmakemacros.txt)
|
||||
include(../../../macros.cmake)
|
||||
generate_and_install_dbus_interface(
|
||||
kdeconnect_notifications
|
||||
notificationsdbusinterface.h
|
||||
|
|
Loading…
Reference in a new issue