We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a401bd1 commit 42aff1aCopy full SHA for 42aff1a
CMakeLists.txt
@@ -78,6 +78,9 @@ target_include_directories(${PROJECT_NAME}
78
${CMAKE_CURRENT_SOURCE_DIR}/node_modules/node-addon-api
79
${CMAKE_CURRENT_SOURCE_DIR}/node_modules
80
${CMAKE_CURRENT_SOURCE_DIR}/node_modules/node-api-headers/include
81
+ "../../node_modules/node-addon-api"
82
+ "../../node_modules"
83
+ "../../node_modules/node-api-headers/include"
84
)
85
86
target_include_directories(${PROJECT_NAME} PRIVATE "include/" )
0 commit comments