~ubuntu-branches/ubuntu/trusty/xpathselect/trusty

« back to all changes in this revision

Viewing changes to lib/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader
  • Date: 2013-01-23 00:00:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130123000059-ez6oz726vueubmlj
Tags: 1.1.3daily13.01.23-0ubuntu1
Automatic snapshot from revision 28

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} )
3
3
 
4
4
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall -Wl,--no-undefined")
5
 
set(SOURCES node.cpp xpathselect.h xpathselect.cpp)
 
5
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
 
6
  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDEBUG" )
 
7
endif(CMAKE_BUILD_TYPE STREQUAL "Debug")
 
8
set(SOURCES node.cpp xpathselect.h xpathselect.cpp parser.cpp parser.h)
6
9
set(HEADERS node.h xpathselect.h)
7
10
 
8
11
if(CMAKE_COMPILER_IS_GNUCXX)