mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
collect all common functions into separate library; add simple client example
This commit is contained in:
10
ccdcapture.pc.in
Normal file
10
ccdcapture.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: @PROJLIB@
|
||||
Description: ccd_capture client library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -l@PROJLIB@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user