Subversion Repositories seema-scanner

Rev

Rev 229 | Rev 233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 229 Rev 231
Line 99... Line 99...
99
    # Ceres
99
    # Ceres
100
    CONFIG += c++11
100
    CONFIG += c++11
101
    LIBS += -fopenmp # -ltbb -ltbbmalloc -ltbbmalloc_proxy
101
    LIBS += -fopenmp # -ltbb -ltbbmalloc -ltbbmalloc_proxy
102
    LIBS += -lceres -lglog
102
    LIBS += -lceres -lglog
103
    #LIBS += -lcholmod
103
    #LIBS += -lcholmod
104
    QMAKE_CXXFLAGS += -fopenmp -openmp
104
    QMAKE_CXXFLAGS += -fopenmp
105
}
105
}
106
 
106
 
107
 
107
 
108
# Windows
108
# Windows
109
win32 {
109
win32 {