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)
ITACTC
Commits
e08a0ae1
Commit
e08a0ae1
authored
Sep 29, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Removing SHARED flag in CMake config
parent
b12a19dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e08a0ae1
...
...
@@ -75,7 +75,7 @@ endif( NOT ITA_CORE_LIBS_BUILD_STATIC )
# linker
add_library
(
ITACTC
SHARED
${
ITACTCHeader
}
${
ITACTCSources
}
)
add_library
(
ITACTC
${
ITACTCHeader
}
${
ITACTCSources
}
)
target_link_libraries
(
ITACTC
${
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