Skip to content

Commit

Permalink
Added BOOST_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Aug 1, 2009
1 parent 0012018 commit a960cd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mappings/swig/python/libsequence/CMakeLists.txt
Expand Up @@ -13,8 +13,11 @@ IF(NOT BUILD_LIBS)
SET (CMAKE_MODULE_PATH ${MAP_ROOT}/tools/cmake-support/modules)
ENDIF(NOT BUILD_LIBS)

SET(BOOST_PATH ${MAP_ROOT}/contrib/boost)

INCLUDE_DIRECTORIES(${MAP_ROOT}/contrib/libsequence-1.6.6)
INCLUDE_DIRECTORIES(/usr/include/c++/4.0.0)
INCLUDE_DIRECTORIES(${BOOST_PATH})

SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY biolib)

Expand Down

0 comments on commit a960cd9

Please sign in to comment.