new pkg-config file
This commit is contained in:
parent
ea0bd040c1
commit
651ba9f899
3 changed files with 10 additions and 16 deletions
6
eo/pc.cmake
Normal file
6
eo/pc.cmake
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Package Information for pkg-config
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: @PACKAGE_NAME@
|
||||
Version: @PROJECT_VERSION@
|
||||
Libs: -L@PCPREFIX@/lib @PCFLAGS@
|
||||
Cflags: -I@PCPREFIX@/include/@PCINCLUDEDIR@
|
||||
Reference in a new issue