mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
4fa284dc00
* [luv] add new port libuv bindings for lua * [lua-compat53] add new port * fixup!: bad indentation * refactor: remove superfluous feature desc
5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
The package lua-compat53 provides a header only C-API and can be used from CMake via:
|
|
|
|
find_path(LUA_COMPAT53_INCLUDE_DIRS "compat-5.3.h")
|
|
target_include_directories(main PRIVATE ${LUA_COMPAT53_INCLUDE_DIRS})
|