early-access version 2853
This commit is contained in:
5
externals/vcpkg/ports/lua/usage
vendored
Executable file
5
externals/vcpkg/ports/lua/usage
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
Use this package via the module FindLua that comes with CMake. To use in your CMakeLists.txt:
|
||||
|
||||
find_package(Lua REQUIRED)
|
||||
target_include_directories(main PRIVATE ${LUA_INCLUDE_DIR})
|
||||
target_link_libraries(main PRIVATE ${LUA_LIBRARIES})
|
||||
Reference in New Issue
Block a user