You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
880 B
Plaintext
36 lines
880 B
Plaintext
4 weeks ago
|
win32{
|
||
|
|
||
|
INCLUDEPATH += ../../Tools/Win64/cgns/include/ \
|
||
|
|
||
|
|
||
|
Debug:LIBS += -L../../Tools/Win64/cgns/libd/ \
|
||
|
-lcgns \
|
||
|
-lcgnsdll \
|
||
|
-llibhdf5_D \
|
||
|
-llibhdf5_cpp_D \
|
||
|
-llibhdf5_hl_cpp_D \
|
||
|
-llibhdf5_hl_D \
|
||
|
-llibhdf5_tools_D \
|
||
|
|
||
|
|
||
|
Release:LIBS += -L../../Tools/Win64/cgns/lib/ \
|
||
|
-lcgns \
|
||
|
-lcgnsdll \
|
||
|
-llibhdf5 \
|
||
|
-llibhdf5_cpp \
|
||
|
-llibhdf5_hl \
|
||
|
-llibhdf5_hl_cpp \
|
||
|
-llibhdf5_tools \
|
||
|
}
|
||
|
|
||
|
unix{
|
||
|
INCLUDEPATH += ../../Tools/Linux64/cgns/include/ \
|
||
|
|
||
|
|
||
|
LIBS += -L../../Tools/Linux64/cgns/lib/ \
|
||
|
-lhdf5 \
|
||
|
-lhdf5_cpp \
|
||
|
-lhdf5_hl \
|
||
|
-lhdf5_hl_cpp \
|
||
|
}
|