toluappΒΆ

Warning

This package is not compatible with default Lua version. If you want to use this package you have to explicitly set 5.1.* in your local config:

# config.cmake
hunter_config(Lua VERSION 5.1.5-p3)
hunter_add_package(toluapp)
find_package(toluapp CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC toluapp::toluapp)