Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pries, Jason
Oersted
Commits
0a553c0d
Commit
0a553c0d
authored
Dec 13, 2016
by
JasonPries
Browse files
Build as shared libraries
parent
7acb9b2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Mesh/CMakeLists.txt
View file @
0a553c0d
...
...
@@ -7,6 +7,6 @@ set(SOURCE_FILES
./src/Edge.h ./src/Edge.cpp
./src/Point.h ./src/Point.cpp
)
add_library
(
mesh S
TATIC
${
SOURCE_FILES
}
)
add_library
(
mesh S
HARED
${
SOURCE_FILES
}
)
target_link_libraries
(
mesh
${
Boost_LIBRARIES
}
)
\ No newline at end of file
src/Sketch/CMakeLists.txt
View file @
0a553c0d
...
...
@@ -39,6 +39,6 @@ set(SOURCE_FILES
./src/Contour.h ./src/Contour.cpp
)
add_library
(
sketch S
TATIC
${
SOURCE_FILES
}
)
add_library
(
sketch S
HARED
${
SOURCE_FILES
}
)
target_link_libraries
(
sketch
${
Boost_LIBRARIES
}
)
\ No newline at end of file
Write
Preview
Markdown
is supported
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