Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ITAPropagationModels
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
ITAPropagationModels
Merge requests
!14
Draft: Feature/reflection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Feature/reflection
feature/reflection
into
propagationParameterCalculation
Overview
0
Commits
6
Pipelines
4
Changes
7
Open
LuoYfTHU
requested to merge
feature/reflection
into
propagationParameterCalculation
4 months ago
Overview
0
Commits
6
Pipelines
4
Changes
7
Expand
Implementing reflection factor calculation module.
0
0
Merge request reports
Compare
propagationParameterCalculation
version 3
8071a8d0
3 months ago
version 2
f6b32e94
4 months ago
version 1
14e65899
4 months ago
propagationParameterCalculation (base)
and
latest version
latest version
fa3e707b
6 commits,
3 months ago
version 3
8071a8d0
5 commits,
3 months ago
version 2
f6b32e94
3 commits,
4 months ago
version 1
14e65899
2 commits,
4 months ago
7 files
+
853
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
external_libs/CMakeLists.txt
+
8
−
0
Options
@@ -29,3 +29,11 @@ if (EXISTS ${CMAKE_CURRENT_BINARY_DIR}/_external/au/include/au.hh
set_property
(
TARGET au PROPERTY FOLDER
"external_libs"
)
endif
()
CPMAddPackage
(
NAME tinySpline
GITHUB_REPOSITORY msteinbeck/tinyspline
VERSION 0.6.0
OPTIONS
"TINYSPLINE_BUILD_EXAMPLES OFF"
"TINYSPLINE_BUILD_TESTS OFF"
"TINYSPLINE_BUILD_DOCS OFF"
)
set_property
(
TARGET tinyspline tinysplinecxx PROPERTY FOLDER
"external_libs/tinyspline"
)
Loading