Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nektar
tutorial
Merge requests
!33
Tweaks to install documentation in install path
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Tweaks to install documentation in install path
feature/docker-documentation
into
master
Overview
0
Commits
1
Changes
4
Merged
Tweaks to install documentation in install path
Dave Moxey
requested to merge
feature/docker-documentation
into
master
Nov 15, 2019
Overview
0
Commits
1
Changes
4
This MR tweaks CMake configuration to install documentation in the correct paths.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
851f7583
1 commit,
Nov 15, 2019
4 files
+
57
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
fundamentals/differentiation/CMakeLists.txt
+
12
−
12
View file @ 851f7583
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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