Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dtk
dtk-visualization
Commits
65cadd18
Commit
65cadd18
authored
Sep 14, 2018
by
Julien Wintz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix/2.1.1'
parents
0708bd23
70b12898
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGELOG.md
CHANGELOG.md
+6
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
src/dtkVisualization/CMakeLists.txt
src/dtkVisualization/CMakeLists.txt
+1
-0
No files found.
CHANGELOG.md
View file @
65cadd18
# Change Log:
## 2.1.1 14-Sep-2018
-
fix install rules (missing layer wide header)
## 2.1.0 12-Sep-2018
-
fix install on windows
-
add actor base concept
## 2.0.0 02-Jul-2018
-
sdm-modeler release
-
add dtkVisualizationWidgets
-
add new VTK stubs for View 2D/3D and Plot 2D/3D
## 0.1.0 14-May-2018
-
Initial revision
CMakeLists.txt
View file @
65cadd18
...
...
@@ -24,7 +24,7 @@ project(dtkVisualization)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 1
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
0
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
1
)
set
(
${
PROJECT_NAME
}
_VERSION
${${
PROJECT_NAME
}
_VERSION_MAJOR
}
.
${${
PROJECT_NAME
}
_VERSION_MINOR
}
.
${${
PROJECT_NAME
}
_VERSION_PATCH
}
)
...
...
src/dtkVisualization/CMakeLists.txt
View file @
65cadd18
...
...
@@ -19,6 +19,7 @@ project(dtkVisualization VERSION ${dtkVisualization_VERSION})
## #################################################################
set
(
${
PROJECT_NAME
}
_HEADERS
dtkVisualization
dtkVisualizationActor
dtkVisualizationActor.h
dtkVisualizationPlot2D
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment