* ./solstice:
- Change: Switch from boost::filestem to VLSISAPD path.
This commit is contained in:
parent
6ee85a00b4
commit
c106c166a6
|
@ -14,6 +14,7 @@
|
|||
|
||||
set(QT_USE_QTXML "true")
|
||||
find_package(Qt4 REQUIRED) # find and setup Qt4 for this project
|
||||
find_package(VLSISAPD REQUIRED)
|
||||
find_package(HURRICANE REQUIRED)
|
||||
find_package(CORIOLIS REQUIRED)
|
||||
find_package(EQUINOX REQUIRED)
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
include_directories ( ${SOLSTICE_SOURCE_DIR}/src
|
||||
${HURRICANE_INCLUDE_DIR}
|
||||
${CORIOLIS_INCLUDE_DIR}
|
||||
${UTILITIES_INCLUDE_DIR}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue