mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2025-12-06 02:35:13 +03:00
11 lines
237 B
PkgConfig
11 lines
237 B
PkgConfig
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}
|