Select Git revision
CMakeLists.txt
Stéphane Del Pino authored
The aim of this variant is to provide a more classic version of the output: one value per cell or per node. It can only be used for 1d data. It remains to make it work in parallel.
CMakeLists.txt 410 B
# ------------------- Source files --------------------
add_library(
PugsOutput
GnuplotWriter.cpp
GnuplotWriter1D.cpp
VTKWriter.cpp
WriterBase.cpp)
# ------------------- Installation --------------------
# temporary version workaround
if(${CMAKE_VERSION} VERSION_LESS "3.13.0")
install(TARGETS PugsMesh
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
endif()