feat: package api file

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-11-02 14:19:18 +08:00
committed by Comix
parent dd3cbd6a6e
commit 4c4ad68284
5 changed files with 19 additions and 0 deletions

6
api/CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
include(GNUInstallDirs)
file(GLOB DBusAPI ${CMAKE_CURRENT_LIST_DIR}/dbus/*.xml)
install(FILES ${DBusAPI}
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/dde-application-manager/)