mirror of
https://github.com/eddyem/snippets_library.git
synced 2025-12-06 02:35:20 +03:00
10 lines
254 B
PkgConfig
10 lines
254 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: @PROJ@
|
|
Description: Library with a lot of usefull snippets
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -l@PROJ@
|
|
Cflags: -I${includedir}
|