Revision 075c02141d8c0aeff9d01a8ad75876a2d8778771 authored by Peter Raback on 05 December 2023, 13:31:00 UTC, committed by Peter Raback on 05 December 2023, 13:31:00 UTC
1 parent 6bc9811
Raw File
CMakeLists.txt
# For the installer process we need a single directory
# where we put all module files
SET(CMAKE_Fortran_MODULE_DIRECTORY
  ${PROJECT_BINARY_DIR}/fmodules CACHE PATH "Directory for Fortran modules")

INCLUDE_DIRECTORIES("${PROJECT_BINARY_DIR}")
INCLUDE_DIRECTORIES("${PROJECT_BINARY_DIR}/fhutiter/src")

ADD_SUBDIRECTORY(src)
back to top