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
f927c80e
Commit
f927c80e
authored
Apr 27, 2009
by
wiebel
Browse files
Corrected linking stuff in CMakeLists.txt ... now it should also work under windows
parent
55cf3a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/graphicsEngine/CMakeLists.txt
src/graphicsEngine/CMakeLists.txt
+1
-0
src/gui/qt4/CMakeLists.txt
src/gui/qt4/CMakeLists.txt
+1
-1
No files found.
src/graphicsEngine/CMakeLists.txt
View file @
f927c80e
FILE
(
GLOB GE_SRC
"*.cpp"
)
ADD_LIBRARY
(
ge SHARED
${
GE_SRC
}
)
TARGET_LINK_LIBRARIES
(
ge
${
OPENGL_LIBRARIES
}
)
src/gui/qt4/CMakeLists.txt
View file @
f927c80e
...
...
@@ -2,4 +2,4 @@ FILE(GLOB GUI_QT4_SRC "*.cpp")
ADD_LIBRARY
(
guiqt4 SHARED
${
GUI_QT4_SRC
}
)
TARGET_LINK_LIBRARIES
(
guiqt4 gui ge
)
TARGET_LINK_LIBRARIES
(
guiqt4 gui ge
${
QT_LINK_LIBRARIES
}
)
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