You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
399 B
PkgConfig
14 lines
399 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
|
|
libdir=@CMAKE_INSTALL_PREFIX@/lib
|
|
sharedlibdir=@CMAKE_INSTALL_PREFIX@/lib
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: @CPACK_PACKAGE_DESCRIPTION@
|
|
Version: @LIB_VERSION_MAJOR@.@LIB_VERSION_MINOR@.@LIB_VERSION_PATCH@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -liec61850
|
|
Cflags: -I${includedir}
|