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 6c58b3f commit 43863ceCopy full SHA for 43863ce
packages/weak-node-api/weak-node-api.cmake
@@ -1,3 +1,13 @@
1
+if(NOT DEFINED WEAK_NODE_API_LIB)
2
+ # TODO: Set this to an Android and Apple specific path to the dynamic library
3
+ message(FATAL_ERROR "WEAK_NODE_API_LIB is not set")
4
+endif()
5
+
6
+if(NOT DEFINED WEAK_NODE_API_INC)
7
+ # TODO: Set this to ./include and ./generated
8
+ message(FATAL_ERROR "WEAK_NODE_API_INC is not set")
9
10
11
add_library(weak-node-api SHARED IMPORTED)
12
13
set_target_properties(weak-node-api PROPERTIES
0 commit comments