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
Commits
035f5f56
Commit
035f5f56
authored
1 year ago
by
Soeren Peters
Browse files
Options
Downloads
Patches
Plain Diff
Add more header.
parent
5689ce44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!368
Adds copyright headers and compiler information via buildInfo.h
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMake/3rd/vtk.cmake
+1
-1
1 addition, 1 deletion
CMake/3rd/vtk.cmake
CMake/ProjectSettings.cmake
+28
-0
28 additions, 0 deletions
CMake/ProjectSettings.cmake
with
29 additions
and
1 deletion
CMake/3rd/vtk.cmake
+
1
−
1
View file @
035f5f56
...
...
@@ -26,7 +26,7 @@
# You should have received a copy of the GNU General Public License along
# with VirtualFluids (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
#
# ########################################################################
# ########################################################################
###############
# VTK_DIR needs to bet set to the VTK build directory in the config file.
# #######################################################################################
find_package
(
VTK REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
CMake/ProjectSettings.cmake
+
28
−
0
View file @
035f5f56
# #######################################################################################
# ____ ____ __ ______ __________ __ __ __ __
# \ \ | | | | | _ \ |___ ___| | | | | / \ | |
# \ \ | | | | | |_) | | | | | | | / \ | |
# \ \ | | | | | _ / | | | | | | / /\ \ | |
# \ \ | | | | | | \ \ | | | \__/ | / ____ \ | |____
# \ \ | | |__| |__| \__\ |__| \________/ /__/ \__\ |_______|
# \ \ | | ________________________________________________________________
# \ \ | | | ______________________________________________________________|
# \ \| | | | __ __ __ __ ______ _______
# \ | | |_____ | | | | | | | | | _ \ / _____)
# \ | | _____| | | | | | | | | | | \ \ \_______
# \ | | | | |_____ | \_/ | | | | |_/ / _____ |
# \ _____| |__| |________| \_______/ |__| |______/ (_______/
#
# This file is part of VirtualFluids. VirtualFluids is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, either version 3 of
# the License, or (at your option) any later version.
#
# VirtualFluids is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License along
# with VirtualFluids (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
# #######################################################################################
include
(
CMake/compilerflags/CompilerWarnings.cmake
)
include
(
CMake/compilerflags/CompilerOptions.cmake
)
include
(
CMakePrintHelpers
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment