start gathering snippets into one library

This commit is contained in:
eddyem
2018-12-07 03:04:18 +03:00
parent bea8db949c
commit bed730e245
15 changed files with 1948 additions and 38 deletions

10
usefull_macros.pc.in Normal file
View File

@@ -0,0 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: @PROJ@
Description: Library with a lot of usefull snippets
Version: @VERSION@
Libs: -L${libdir} -l@PROJ@
Cflags: -I${includedir}