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)
ITADataSources
Commits
ff0c9160
Commit
ff0c9160
authored
Sep 29, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Removing SHARED flag in CMake config
parent
fa1e183a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ff0c9160
...
...
@@ -98,7 +98,7 @@ endif( NOT WIN32)
# linker
add_library
(
ITADataSources
SHARED
${
ITADataSourcesHeader
}
${
ITADataSourcesSources
}
)
add_library
(
ITADataSources
${
ITADataSourcesHeader
}
${
ITADataSourcesSources
}
)
target_link_libraries
(
ITADataSources
${
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