Skip to content

Commit 6764fc3

Browse files
authored
Merge pull request #193 from mordof/master
Adding CMAKE_JS_SRC allows bundled .exe names to change
2 parents 20199c8 + 290efea commit 6764fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ add_library(${PROJECT_NAME} SHARED
8585
# src/node-rlgl.h
8686
# src/lib/WrappedFunctions.h
8787
src/generated/node-raylib.cc
88+
${CMAKE_JS_SRC}
8889
)
8990

9091
## Suffix the node module with .node.

0 commit comments

Comments
 (0)