mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
build system is added and is tested for serial execution
This commit is contained in:
8
phasicFlowConfig.H.in
Normal file
8
phasicFlowConfig.H.in
Normal file
@ -0,0 +1,8 @@
|
||||
// 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 USE_STD_PARALLEL_ALG
|
Reference in New Issue
Block a user