mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 21:16:01 +00:00
CMake changes are related to shared and static inking, adding the proper public "-DPROJECTM_STATIC_DEFINE" for the static library.
14 lines
359 B
CMake
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
|