]> cloud.milkyroute.net Git - dolphin.git/blobdiff - cmake/DbusInterfaceMacros.cmake
Fix link: ui.html -> menus.html
[dolphin.git] / cmake / DbusInterfaceMacros.cmake
index 0fd2f4c1fb72ad3c87b5683f72cf7b52454fa883..1083dfd443aa93090b478728ab09535d100b10ac 100644 (file)
@@ -4,15 +4,15 @@ macro (generate_and_install_dbus_interface main_project_target header_file outpu
         ${output_xml_file}
     )
     add_custom_target(
-        ${output_xml_file}
+        ${output_xml_file}_target
         SOURCES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
-       )
+    )
     install(
         FILES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
         DESTINATION ${DBUS_INTERFACES_INSTALL_DIR}
     )
     add_dependencies(
         ${main_project_target}
-        ${output_xml_file}
+        ${output_xml_file}_target
     )
 endmacro ()