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
df4db3d3
Commit
df4db3d3
authored
Sep 29, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Removing SHARED flag in CMake config
parent
99cd9b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
df4db3d3
...
...
@@ -81,7 +81,7 @@ endif( NOT ITA_CORE_LIBS_BUILD_STATIC )
# linker
add_library
(
ITAStreaming
SHARED
${
ITAStreamingHeader
}
${
ITAStreamingSources
}
)
add_library
(
ITAStreaming
${
ITAStreamingHeader
}
${
ITAStreamingSources
}
)
target_link_libraries
(
ITAStreaming
${
VISTA_USE_PACKAGE_LIBRARIES
}
)
...
...
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