mirror of
https://github.com/eddyem/fitsmaniplib.git
synced 2026-03-22 01:31:13 +03:00
initial commit
This commit is contained in:
10
FITSmanip.pc.in
Normal file
10
FITSmanip.pc.in
Normal 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}
|
||||
Reference in New Issue
Block a user