Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 51142ae

Browse files
committed
修改third-party为mirai-third-party;
1 parent 77cafa0 commit 51142ae

File tree

6 files changed

+643
-2
lines changed

6 files changed

+643
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
2727
$<INSTALL_INTERFACE:include>
2828
)
2929
target_include_directories(${PROJECT_NAME} PUBLIC
30-
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third-party>
30+
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/mirai-third-party>
3131
$<INSTALL_INTERFACE:third-party>
3232
)
3333

@@ -63,7 +63,7 @@ if(MIRAI_CPP_INSTALL)
6363
)
6464

6565
install(
66-
DIRECTORY third-party
66+
DIRECTORY mirai-third-party
6767
DESTINATION ${CMAKE_INSTALL_PREFIX}
6868
)
6969

File renamed without changes.

0 commit comments

Comments
 (0)