Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-MeshCompare
Commits
76a4b49a
Commit
76a4b49a
authored
Oct 13, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed endif
parent
bc378309
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
CMakeLists.txt
CMakeLists.txt
+9
-10
No files found.
CMakeLists.txt
View file @
76a4b49a
include
(
plugin
)
find_package
(
Qwt6
)
if
(
QWT6_FOUND
)
add_definitions
(
-DWITH_QWT
)
openflipper_plugin
(
DEPS Qwt6
INSTALLDATA Icons
)
else
()
openflipper_plugin
(
INSTALLDATA Icons
)
endif
()
find_package
(
Qwt6
)
if
(
QWT6_FOUND
)
add_definitions
(
-DWITH_QWT
)
openflipper_plugin
(
DEPS Qwt6
INSTALLDATA Icons
)
else
()
openflipper_plugin
(
INSTALLDATA Icons
)
endif
()
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