mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Export library incldue directories
This commit is contained in:
parent
087f66247c
commit
f603aef16b
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
DUMP_LEAKS
|
DUMP_LEAKS
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
target_include_directories(qjs PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
|
|
||||||
# QuickJS bytecode compiler
|
# QuickJS bytecode compiler
|
||||||
|
|
Loading…
Reference in a new issue