Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
cb05107a
Commit
cb05107a
authored
Aug 05, 2010
by
Mathias Goldau
Browse files
[FIX] Teem not needed for arbitraryPlane module
parent
d3ffd636
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/arbitraryPlane/CMakeLists.txt
src/modules/arbitraryPlane/CMakeLists.txt
+1
-1
No files found.
src/modules/arbitraryPlane/CMakeLists.txt
View file @
cb05107a
...
...
@@ -10,7 +10,7 @@ SET( MODULE_NAME "OWmodule_${MODULE_NAME}" ) # prefix all module names w
# Build module lib
ADD_LIBRARY
(
${
MODULE_NAME
}
SHARED
${
MODULES_SRC
}
)
TARGET_LINK_LIBRARIES
(
${
MODULE_NAME
}
OWkernel
teem
)
TARGET_LINK_LIBRARIES
(
${
MODULE_NAME
}
OWkernel
)
# Copy local shaders to module target directory
IF
(
OW_COPY_SHADERS AND EXISTS
${
CMAKE_CURRENT_SOURCE_DIR
}
/shaders
)
# copy shaders only if the user wants it
...
...
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