ADD_NEKTAR_TUTORIAL(PDF HTML TARGET fundamentals-integration
    HTML_BREAK_LEVEL 2
    BASE fundamentals-integration
    STYLING_FILE styling.cfg
    ARCHIVE fundamentals-integration)

# Add tests only if we are building from within the Nektar++ tree
IF (DEFINED NEKTAR_BUILD_TESTS)
   ADD_NEKTAR_TEST(fundamental-integration-std1D)
ENDIF()
