mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
15 lines
192 B
CMake
15 lines
192 B
CMake
# Required modules
|
|
|
|
|
|
# Example definitions
|
|
|
|
ADD_SUBDIRECTORY(C)
|
|
|
|
IF (${PROJECT_NAME}_ENABLE_CXX)
|
|
ADD_SUBDIRECTORY(CPP)
|
|
ENDIF()
|
|
|
|
IF (ZOLTAN_BUILD_ZFDRIVE)
|
|
ADD_SUBDIRECTORY(Fortran)
|
|
ENDIF()
|