Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAStreaming
Commits
cd0edee3
Commit
cd0edee3
authored
Jan 10, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
cleaing up cmake configs (2.)
parent
39c9c04d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
cd0edee3
cmake_minimum_required
(
VERSION 2.8
)
if
(
NOT ITASTREAMING_COMMON_BUILD
)
project
(
ITAStreamingTest
)
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{VISTA_CMAKE_COMMON}"
)
include
(
VistaCommon
)
project
(
ITAStreamingTest
)
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{VISTA_CMAKE_COMMON}"
)
include
(
VistaCommon
)
endif
()
vista_use_package
(
ITAStreaming REQUIRED FIND_DEPENDENCIES
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment