🐞 fix(架构): 修改第三方库引入目录

This commit is contained in:
huheng@kylinos.cn 2023-03-27 09:15:20 +08:00
parent 33fdf06332
commit 744ce08ee8
3506 changed files with 9 additions and 13 deletions

View File

@ -3,13 +3,13 @@ set(CMAKE_CXX_STANDARD 17)
project("dsoftbus")
#set(CMAKE_OBJECT_PATH_MAX 500)
set(DSOFTBUS_ROOT ${CMAKE_SOURCE_DIR}/dsoftbus/dsoftbus_build)
set(DSOFTBUS_ROOT ${CMAKE_SOURCE_DIR}/3rdparty/dsoftbus/dsoftbus_build)
set(dsoftbus_root_path "${DSOFTBUS_ROOT}/foundation/communication/dsoftbus")
add_subdirectory(dsoftbus_build)
add_executable(mobile_softbus_server server.cpp)
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/output/bin)
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/../output/bin)
target_include_directories (
mobile_softbus_server

Some files were not shown because too many files have changed in this diff Show More