aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamp.pc.cmake
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2024-05-10 17:39:57 +0200
committerSven Göthel <[email protected]>2024-05-10 17:39:57 +0200
commit543eb0edd5933542089e73214b7ecafaa81cd012 (patch)
treed7ca0dc879ab03be63c6167fe38c7b17f44c5532 /src/gamp.pc.cmake
parent8d18290744af96abeea7dbb51e2e2cb9917b6dd4 (diff)
Gamp v0.0.0 - Glue C++ w/ GLES/SDL and jaulib via emscripten to WebAssembly (or 'just' run it natively w/ full performance)
Diffstat (limited to 'src/gamp.pc.cmake')
-rw-r--r--src/gamp.pc.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gamp.pc.cmake b/src/gamp.pc.cmake
new file mode 100644
index 0000000..8670cc9
--- /dev/null
+++ b/src/gamp.pc.cmake
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib@LIB_SUFFIX@
+includedir=${prefix}/include/gamp
+
+Name: gamp
+Description: Graphics Audio Multimedia and Processing Library
+Version: @gamp_VERSION_LONG@
+
+Libs: -L${libdir} -lgamp
+Cflags: -I${includedir}