Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Merge requests
!79
Checking GKS development version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Checking GKS development version
soe.peters/VirtualFluids:feature/gks
into
develop
Overview
0
Commits
2
Pipelines
0
Changes
26
Merged
Sören Peters
requested to merge
soe.peters/VirtualFluids:feature/gks
into
develop
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
26
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
34de85d1
2 commits,
3 years ago
26 files
+
98
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
26
Search (e.g. *.vue) (Ctrl+P)
CMake/3rd/vtk.cmake
+
4
−
4
Options
@@ -3,9 +3,9 @@
# VTK_DIR needs to bet set to the VTK build directory in the config file.
#########################################################################
find_package
(
VTK REQUIRED
)
vf_get_library_name
(
library_name
)
vf_get_library_name
(
library_name
)
include
(
${
VTK_USE_FILE
}
)
target_include_directories
(
${
library_name
}
PRIVATE
${
VTK_INCLUDE_DIRS
}
)
include
(
${
VTK_USE_FILE
}
)
target_include_directories
(
${
library_name
}
PRIVATE
${
VTK_INCLUDE_DIRS
}
)
target_link_libraries
(
${
library_name
}
PRIVATE
${
VTK_LIBRARIES
}
)
target_link_libraries
(
${
library_name
}
PRIVATE
${
VTK_LIBRARIES
}
)
Loading