mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Zoltan is added as thirdParty package
This commit is contained in:
14
thirdParty/Zoltan/example/CMakeLists.txt
vendored
Normal file
14
thirdParty/Zoltan/example/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# Required modules
|
||||
|
||||
|
||||
# Example definitions
|
||||
|
||||
ADD_SUBDIRECTORY(C)
|
||||
|
||||
IF (${PROJECT_NAME}_ENABLE_CXX)
|
||||
ADD_SUBDIRECTORY(CPP)
|
||||
ENDIF()
|
||||
|
||||
IF (ZOLTAN_BUILD_ZFDRIVE)
|
||||
ADD_SUBDIRECTORY(Fortran)
|
||||
ENDIF()
|
Reference in New Issue
Block a user