mirror of
https://github.com/extism/extism.git
synced 2026-01-12 23:38:04 -05:00
11 lines
264 B
PkgConfig
11 lines
264 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
Version: 1.0.0
|
|
Name: Extism
|
|
Description: The framework for building with WebAssembly (wasm).
|
|
Libs: -L${libdir} -lextism
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|