cmake-OpenFOAM icon indicating copy to clipboard operation
cmake-OpenFOAM copied to clipboard

dynamicCode

Open stuart23 opened this issue 7 years ago • 3 comments

  • Investigate the use of libgccjit for compiling user supplied code
  • Also look at precompiling the openfoam headers so that they are packaged in one single location and speeds up compilation
  • Linking to headers/libs maybe able to be accomplised using cmake properties such as INTERFACE_INCLUDE_DIRECTORIES, therefore getting rid of the need for compiling paths into binaries in the includePaths.H

stuart23 avatar Mar 05 '17 12:03 stuart23