mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 21:17:29 +03:00

* Bumped required CMake Version Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
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
|