Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
openCARP
meshalyzer
Commits
44778922
Commit
44778922
authored
May 20, 2020
by
Yung-Lin Huang (Cary)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed linking to FLTK shared libraries
parent
6bf029c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/CMakeLists.txt
src/CMakeLists.txt
+0
-1
No files found.
src/CMakeLists.txt
View file @
44778922
find_package
(
FLTK REQUIRED
)
include_directories
(
${
FLTK_INCLUDE_DIR
}
)
link_libraries
(
fltk_SHARED fltk_images_SHARED fltk_gl_SHARED
)
find_package
(
ZLIB REQUIRED
)
include
(
FindZLIB
)
...
...
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