summaryrefslogtreecommitdiff
path: root/eigen2.pri
blob: dac52f58233cb890be36b0706e3f62242e16d1c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Optionally specify location of Eigen2 using the 
# EIGEN2DIR env. variable
EIGEN2_DIR = $$(EIGEN2DIR)
!isEmpty(EIGEN2_DIR) {
  INCLUDEPATH += $$EIGEN2_DIR
}
else {
  unix {
    freebsd-g++ {
      INCLUDEPATH += /usr/local/include/eigen2
    } else {
      macx: INCLUDEPATH += /opt/local/include/eigen2
    }
  }
  else {
    INCLUDEPATH += /usr/include/eigen2
  }
}
contact: Jan Huwald // Impressum