Skip to content

Commit

Permalink
fix: the wrong include directory
Browse files Browse the repository at this point in the history
change the wrong include directory to dde-dock

Log:
  • Loading branch information
wangfei committed Jul 5, 2024
1 parent cfdc347 commit 444040e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/DdeDock/DdeDockConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set(DDE_DOCK_INCLUDE_DIR @CMAKE_INSTALL_FULL_INCLUDEDIR@/dde-tray-loader)
set(DDE_DOCK_INCLUDE_DIR @CMAKE_INSTALL_FULL_INCLUDEDIR@/dde-dock)
include_directories("${DDE_DOCK_INCLUDE_DIR}")

2 changes: 1 addition & 1 deletion cmake/DdeTrayLoader/DdeTrayLoaderConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set(DDE_TRAY_LOADER_INCLUDE_DIR @CMAKE_INSTALL_FULL_INCLUDEDIR@/dde-tray-loader)
set(DDE_TRAY_LOADER_INCLUDE_DIR @CMAKE_INSTALL_FULL_INCLUDEDIR@/dde-dock)
set(DDE_TRAY_LOADER_PROTOCOL @CMAKE_INSTALL_FULL_INCLUDEDIR@/dde-tray-loader/protocol/plugin-manager-v1.xml)
include_directories("${DDE_TRAY_LOADER_INCLUDE_DIR}")

0 comments on commit 444040e

Please sign in to comment.