Skip to content
Snippets Groups Projects

Tweaks to install documentation in install path

4 files
+ 57
27
Compare changes
  • Side-by-side
  • Inline

Files

@@ -4,18 +4,18 @@ ADD_NEKTAR_TUTORIAL(PDF HTML TARGET fundamentals-differentiation
STYLING_FILE styling.cfg
ARCHIVE fundamentals-differentiation)
ADD_NEKTAR_EXECUTABLE(
StdDifferentiation1D COMPONENT tutorial
SOURCES fundamentals-differentiation/completed/StdDifferentiation1D.cpp
DEPENDS StdRegions)
ADD_NEKTAR_EXECUTABLE(
StdDifferentiation2D COMPONENT tutorial
SOURCES fundamentals-differentiation/completed/StdDifferentiation2D.cpp
DEPENDS StdRegions)
ADD_NEKTAR_EXECUTABLE(
LocDifferentiation2D COMPONENT tutorial
SOURCES fundamentals-differentiation/completed/LocDifferentiation2D.cpp
DEPENDS StdRegions)
#ADD_NEKTAR_EXECUTABLE(
# StdDifferentiation1D COMPONENT tutorial
# SOURCES fundamentals-differentiation/completed/StdDifferentiation1D.cpp
# DEPENDS StdRegions)
#ADD_NEKTAR_EXECUTABLE(
# StdDifferentiation2D COMPONENT tutorial
# SOURCES fundamentals-differentiation/completed/StdDifferentiation2D.cpp
# DEPENDS StdRegions)
#ADD_NEKTAR_EXECUTABLE(
# LocDifferentiation2D COMPONENT tutorial
# SOURCES fundamentals-differentiation/completed/LocDifferentiation2D.cpp
# DEPENDS StdRegions)
# Add tests only if we are building from within the Nektar++ tree
IF (NEKTAR_BUILD_TESTS)
Loading