🐞 fix(架构): 修改第三方库引入目录
This commit is contained in:
parent
33fdf06332
commit
744ce08ee8
|
@ -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
Loading…
Reference in New Issue