mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
cmake: update swig support
* Bumped required CMake Version Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
11
src/pkgconfig.in
Normal file
11
src/pkgconfig.in
Normal file
@ -0,0 +1,11 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib@LIB_SUFFIX@
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: upm-@libname@
|
||||
Description: upm lib @libname@
|
||||
Version: @upm_VERSION_STRING@
|
||||
|
||||
Libs: -L${libdir} -lupm-@libname@
|
||||
Cflags: -I${includedir}/upm
|
Reference in New Issue
Block a user