luau/scripts/luau.pc.in
2025-02-20 18:42:40 -08:00

9 lines
375 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
libdir=@libdir_for_pc_file@
includedir=@includedir_for_pc_file@
Name: Luau
Description: A fast, small, safe, gradually typed embeddable scripting language derived from Lua
Version: @VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lLuau.CLI.lib -lLuau.Ast -lLuau.Compiler -lLuau.Config -lLuau.Analysis -lLuau.EqSat -lLuau.CodeGen -lLuau.VM