Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Type-Plane
Commits
a4aa87c4
Commit
a4aa87c4
authored
Dec 21, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added moc run
parent
6a9646e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ObjectTypes/Plane/CMakeLists.txt
ObjectTypes/Plane/CMakeLists.txt
+2
-1
No files found.
ObjectTypes/Plane/CMakeLists.txt
View file @
a4aa87c4
...
...
@@ -41,6 +41,7 @@ acg_drop_templates (sources)
# collect all header,source files
acg_append_files
(
headers
"*.hh"
.
)
acg_append_files
(
sources
"*.cc"
.
)
acg_qt5_automoc
(
moc_targets
${
headers
}
)
# Match our current directory name
string
(
REGEX MATCH
"[^/
\\
]*$"
TYPENAME
${
CMAKE_CURRENT_SOURCE_DIR
}
)
...
...
@@ -58,7 +59,7 @@ include_directories (
${
GLUT_INCLUDE_DIR
}
)
acg_add_library
(
${
TYPENAME
}
SHARED
${
sources
}
${
headers
}
)
acg_add_library
(
${
TYPENAME
}
SHARED
${
sources
}
${
headers
}
${
moc_targets
}
)
add_dependencies
(
${
TYPENAME
}
OpenMeshCore OpenMeshTools ACG OpenFlipperPluginLib
)
...
...
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