3 Star 0 Fork 0

chen2bull/erlua

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeSettings.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
chen2bull 提交于 2020-07-31 11:55 . 支持Windows
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": [
{
"name": "Erlang_INCLUDE_DIRS",
"value": "D:/Program Files/erl10.7/usr/include",
"type": "PATH"
},
{
"name": "Erlang_LIB_EI",
"value": "D:/Program Files/erl10.7/usr/lib/ei.lib",
"type": "FILEPATH"
},
{
"name": "Erlang_LIB_ERL_INTERFACE",
"value": "D:/Program Files/erl10.7/usr/lib/erl_interface.lib",
"type": "FILEPATH"
},
{
"name": "LUA_INCLUDE_DIR",
"value": "C:/Program Files/lua5.3/include",
"type": "PATH"
},
{
"name": "LUA_LIBRARY",
"value": "C:/Program Files/lua5.3/liblua53.a",
"type": "FILEPATH"
},
{
"name": "Erlang_LIB_ERTS",
"value": "D:/Program Files/erl10.7/usr/lib/erts_MD.lib",
"type": "FILEPATH"
}
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/chen2bull/erlua.git
git@gitee.com:chen2bull/erlua.git
chen2bull
erlua
erlua
master

搜索帮助