Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITABase
Commits
cebd515c
Commit
cebd515c
authored
Aug 17, 2021
by
Pascal Palenda
Browse files
Fix error with tests - Make the vista libs a public dependency
parent
63ea4beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cebd515c
...
...
@@ -46,7 +46,8 @@ add_subdirectory ("include")
add_subdirectory
(
"src"
)
target_link_libraries
(
${
PROJECT_NAME
}
PRIVATE SndFile::sndfile SampleRate::samplerate Spline::spline vista::vista_base vista::vista_tools
${
PROJECT_NAME
}
PRIVATE SndFile::sndfile SampleRate::samplerate Spline::spline
PUBLIC vista::vista_base vista::vista_tools
)
if
(
ITA_BASE_WITH_REGULAR_EXPRESSIONS
)
...
...
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