* cholesky
This commit is contained in:
parent
897d0b051d
commit
22602154fc
8 changed files with 195 additions and 33 deletions
|
|
@ -25,9 +25,13 @@ INCLUDE(FindPkgConfig)
|
|||
PKG_CHECK_MODULES(EO eo REQUIRED)
|
||||
PKG_CHECK_MODULES(MO mo REQUIRED)
|
||||
|
||||
FIND_PACKAGE(Boost 1.33.0)
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
${EO_INCLUDE_DIRS}
|
||||
${MO_INCLUDE_DIRS}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
/Dev/ometah-0.3/common
|
||||
)
|
||||
|
||||
######################################################################################
|
||||
|
|
|
|||
Reference in a new issue