* ./equinox:

- Change: Switch from boost::filestem to VLSISAPD path.
This commit is contained in:
Jean-Paul Chaput 2013-04-21 15:36:26 +00:00
parent e2cb433962
commit 6ee85a00b4
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
set(QT_USE_QTXML "true")
find_package(Qt4 REQUIRED)
find_package(VLSISAPD REQUIRED)
find_package(HURRICANE REQUIRED)
find_package(CORIOLIS REQUIRED)

View File

@ -5,6 +5,7 @@
${EQUINOX_SOURCE_DIR}/src/intervalTree/src
${HURRICANE_INCLUDE_DIR}
${CORIOLIS_INCLUDE_DIR}
${UTILITIES_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}
)