Improve:test tool build.

This commit is contained in:
Fancy code 2024-06-07 10:08:59 +08:00
parent a9b4eee4ea
commit ff763d81ce

View File

@ -1,7 +1,7 @@
include(${CMAKE_SOURCE_DIR_IPCSDK}/build/global_config.cmake) include(${CMAKE_SOURCE_DIR_IPCSDK}/build/global_config.cmake)
include(${HAL_SOURCE_PATH}/build/hal.cmake) include(${HAL_SOURCE_PATH}/build/hal.cmake)
set(EXECUTABLE_OUTPUT_PATH ${EXEC_OUTPUT_PATH}) set(EXECUTABLE_OUTPUT_PATH ${EXEC_OUTPUT_PATH})
set(LIBRARY_OUTPUT_PATH ${LIBS_OUTPUT_PATH}) set(LIBRARY_OUTPUT_PATH ${TEST_TOOLS_OUTPUT_PATH})
include_directories( include_directories(
./src ./src