Files
projectm/src/libprojectM/libprojectM.pc.cmake.in
Kai Blaschke 7c8d1583ce Removed old dlldefs.h and reoganized/fixed CMake-related code.
CMake changes are related to shared and static inking, adding the proper public "-DPROJECTM_STATIC_DEFINE" for the static library.
2021-08-23 18:37:57 +02:00

14 lines
359 B
CMake

prefix=@PKGCONFIG_PREFIX@
exec_prefix=${prefix}
libdir=@PKGCONFIG_LIB_DIR@
includedir=@PKGCONFIG_INCLUDE_DIR@
pkgdatadir=@PKGCONFIG_DATADIR_PATH@
sysconfdir=@PKGCONFIG_DATADIR_PATH@
Name: libprojectM
Version: @PROJECT_VERSION@
Description: projectM - OpenGL Milkdrop
Requires:
Libs: -L${libdir} -l:projectM.a
Cflags: -I${includedir} -DPROJECTM_STATIC_DEFINE