Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Luc Everse
Hanstable
Commits
488166f7
Unverified
Commit
488166f7
authored
May 17, 2020
by
Luc Everse
Browse files
Build a dynamic library by default
parent
0e459800
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
488166f7
...
...
@@ -56,7 +56,7 @@ set(SOURCE
src/hanstable.c
)
add_library
(
hanstable
STATIC
${
SOURCE
}
)
add_library
(
hanstable
${
SOURCE
}
)
target_link_libraries
(
hanstable
${
LibXXHash_LIBRARIES
}
)
set_target_properties
(
hanstable PROPERTIES PUBLIC_HEADER src/hanstable.h
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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