mirror of
https://github.com/janet-lang/janet
synced 2025-10-13 06:47:41 +00:00
Work on emscripten support. Works with sync code.
This commit is contained in:
9
cmake/dstmainclientinit.cmake
Normal file
9
cmake/dstmainclientinit.cmake
Normal file
@@ -0,0 +1,9 @@
|
||||
# Include bin2h cmake codeo
|
||||
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
|
||||
include(bin2h)
|
||||
|
||||
bin2h (
|
||||
SOURCE_FILE ${CMAKE_CURRENT_SOURCE_DIR}/../src/mainclient/init.dst
|
||||
HEADER_FILE "clientinit.h"
|
||||
VARIABLE_NAME "dst_mainclient_init"
|
||||
)
|
Reference in New Issue
Block a user