Skip to content

Commit

Permalink
addons, refactor: Update include directory for addons.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Dec 21, 2023
1 parent dae8dc5 commit 7b53c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fibjs/addons/common.cmake
Expand Up @@ -8,7 +8,7 @@ file(GLOB src_list "*.c*" "../*.c*")
add_library(${name} SHARED ${src_list})

include_directories(
"${PROJECT_SOURCE_DIR}/../../include/addons"
"${PROJECT_SOURCE_DIR}/../../include/addons/node_api"
"${PROJECT_SOURCE_DIR}/../../../vender/uv/include"
"${PROJECT_SOURCE_DIR}/../"
"${CMAKE_CURRENT_BINARY_DIR}")
Expand Down

0 comments on commit 7b53c2c

Please sign in to comment.