Ai
1 Star 1 Fork 0

ScSofts/quickjspp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
ftk 提交于 2020-02-18 17:14 +08:00 . add point class example
include_directories(..)
macro(make_test name)
add_executable(${name} ${name}.cpp)
target_link_libraries(${name} quickjs-dumpleaks)
add_test(${name} ${name})
# try to compile with -DCONFIG_CHECK_JSVALUE
add_library(${name}-checkjsv OBJECT ${name}.cpp)
target_compile_definitions(${name}-checkjsv PRIVATE CONFIG_CHECK_JSVALUE=1)
endmacro()
foreach(test
value class exception example multicontext conversions point
)
make_test(${test})
endforeach()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitnow/quickjspp.git
git@gitee.com:gitnow/quickjspp.git
gitnow
quickjspp
quickjspp
master

搜索帮助