diff options
Diffstat (limited to 'vcpkg/ports/lua-compat53/usage')
| -rw-r--r-- | vcpkg/ports/lua-compat53/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/lua-compat53/usage b/vcpkg/ports/lua-compat53/usage new file mode 100644 index 0000000..667c4c9 --- /dev/null +++ b/vcpkg/ports/lua-compat53/usage @@ -0,0 +1,4 @@ +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}) |