mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-18 03:17:04 +00:00
.github
DEMSystems
benchmarks
cmake
doc
solvers
src
tutorials
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
11 lines
394 B
C++
11 lines
394 B
C++
// the configured options and settings for Tutorial
|
|
#define phasicFlow_VERSION_MAJOR @phasicFlow_VERSION_MAJOR@
|
|
#define phasicFlow_VERSION_MINOR @phasicFlow_VERSION_MINOR@
|
|
#cmakedefine BUILD_SHARED_LIBS
|
|
#cmakedefine pFlow_Build_Serial
|
|
#cmakedefine pFlow_Build_OpenMP
|
|
#cmakedefine pFlow_Build_Cuda
|
|
#cmakedefine pFlow_STD_Parallel_Alg
|
|
#cmakedefine pFlow_Build_Double
|
|
#cmakedefine pFlow_Build_MPI
|