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
!319
[CPU] Remove unused files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[CPU] Remove unused files
k.kutscher/VirtualFluids_dev:develop
into
develop
Overview
0
Commits
5
Pipelines
0
Changes
87
Merged
Konstantin Kutscher
requested to merge
k.kutscher/VirtualFluids_dev:develop
into
develop
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
87
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
3fcd1999
5 commits,
1 year ago
87 files
+
24
−
8841
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
87
Search (e.g. *.vue) (Ctrl+P)
apps/cpu/BoxBenchmark/CMakeLists.txt deleted
100644 → 0
+
0
−
25
Options
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
########################################################
## C++ PROJECT ###
########################################################
PROJECT
(
BoxBenchmark
)
INCLUDE
(
${
APPS_ROOT
}
/IncludsList.cmake
)
#################################################################
### LOCAL FILES ###
#################################################################
FILE
(
GLOB SPECIFIC_FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.cpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.hpp
)
SET
(
ALL_SOURCES
${
ALL_SOURCES
}
${
SPECIFIC_FILES
}
)
SOURCE_GROUP
(
src FILES
${
SPECIFIC_FILES
}
)
SET
(
CAB_ADDITIONAL_LINK_LIBRARIES VirtualFluids
)
#################################################################
### CREATE PROJECT ###
#################################################################
CREATE_CAB_PROJECT
(
bb BINARY
)
Loading