~piotrhalas/ccframework/master

« back to all changes in this revision

Viewing changes to src/ccframework.pc.in

  • Committer: Piotr Halas
  • Date: 2016-03-13 20:08:28 UTC
  • Revision ID: git-v1:80c138674a7f1d7e667e45febc4524fd2f6a204f
add examples build to ignore
remove all Makefile.in files
remove vendor yaml-cpp - use system lib or compile
fix installin ccframework.pc file
fix github README.md - install instruction now use cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Description: Sample library created by Anjuta project wizard.
8
8
Version: @VERSION@
9
9
Requires: 
10
 
Libs: -L@CMAKE_INSTALL_PREFIX@/lib -lccframework
11
 
Cflags: -I@CMAKE_INSTALL_PREFIX@/include/ccframework
 
10
Libs: -L@CMAKE_INSTALL_PREFIX@/lib -lccframework -lfcgi++ -lfcgi -lyaml-cpp -lpcre -pthread
 
11
Cflags: -I@CMAKE_INSTALL_PREFIX@/include/ccframework -std=c++11
12
12