aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lua-compat53/usage
blob: 667c4c904c7bac715c0abe1d32a9010d72265573 (plain)
1
2
3
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})