mirror of
https://github.com/janet-lang/janet
synced 2025-10-15 07:47:40 +00:00
Work on emscripten support. Works with sync code.
This commit is contained in:
9
cmake/dststlbootstrap.cmake
Normal file
9
cmake/dststlbootstrap.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/compiler/boot.dst
|
||||
HEADER_FILE "dststlbootstrap.h"
|
||||
VARIABLE_NAME dst_stl_bootstrap_gen
|
||||
)
|
Reference in New Issue
Block a user