initial commit

This commit is contained in:
eddyem
2019-02-14 22:25:20 +03:00
parent 2e3b84517c
commit 427ac716ec
19 changed files with 1828 additions and 0 deletions

10
FITSmanip.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}