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
39c9c04d
Commit
39c9c04d
authored
Jan 10, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Cleaning up cmake configs
parent
c8f559d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
39c9c04d
...
...
@@ -11,9 +11,9 @@ endif()
vista_use_package
(
ITAStreaming REQUIRED FIND_DEPENDENCIES
)
if
(
ITA_CORE_LIBS_BUILD_STATIC
AND DEFINED ITA_CORE_LIBS_BUILD_STATIC
)
if
(
ITA_CORE_LIBS_BUILD_STATIC
)
add_definitions
(
-DITA_STREAMING_STATIC -DITA_BASE_STATIC
)
endif
(
ITA_CORE_LIBS_BUILD_STATIC AND DEFINED ITA_CORE_LIBS_BUILD_STATIC
)
endif
(
)
add_executable
(
StreamingComponentTest StreamingComponentTest.cpp
)
...
...
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