new pkg-config file

This commit is contained in:
Caner Candan 2010-11-19 11:54:45 +01:00
commit 651ba9f899
3 changed files with 10 additions and 16 deletions

6
eo/pc.cmake Normal file
View 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@