*** empty log message ***
This commit is contained in:
parent
73bebe4768
commit
0fc0c6e47e
1 changed files with 17 additions and 0 deletions
17
Cantera/src/equil/CMakeLists.txt
Normal file
17
Cantera/src/equil/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SET (EQUIL_SRCS BasisOptimize.cpp ChemEquil.cpp MultiPhase.cpp MultiPhaseEquil.cpp
|
||||
equilibrate.cpp )
|
||||
|
||||
INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/Cantera/src/base)
|
||||
INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/Cantera/src/thermo)
|
||||
INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/Cantera/src/numerics)
|
||||
|
||||
SET (LIBRARY_OUTPUT_PATH
|
||||
${PROJECT_BINARY_DIR}/build/lib/${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_SYSTEM_VERSION} CACHE PATH "Single directory for all libraries"
|
||||
)
|
||||
|
||||
ADD_LIBRARY(equil ${EQUIL_SRCS} )
|
||||
TARGET_LINK_LIBRARIES( equil thermo ctbase)
|
||||
|
||||
SET(EQUIL_H ChemEquil.h MultiPhase.h MultiPhaseEquil.h equil.h PropertyCalculator.h)
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue