Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
robotran
mbsysc
Commits
017eec43
Commit
017eec43
authored
Dec 08, 2016
by
Olivier Lantsoght
🏁
Browse files
Fixing windows Separate build (works at least on Windows 7 an 10).
parent
98a3ea78
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_common/mbs_realtime/CMakeLists.txt
View file @
017eec43
...
...
@@ -147,7 +147,7 @@ endif ( )
# OpenGl external library: linkage
if
(
FLAG_OPEN_GL
)
target_link_libraries
(
${
LIB_MBSYSC_REALTIME
}
${
OPEN_GL_LIBS
}
MBsysC_loadXML
)
target_link_libraries
(
${
LIB_MBSYSC_REALTIME
}
${
OPEN_GL_LIBS
}
${
LIBXML2_LIBRARIES
}
)
if
(
UNIX
)
target_link_libraries
(
${
LIB_MBSYSC_REALTIME
}
${
CMAKE_THREAD_LIBS_INIT
}
)
...
...
Olivier Lantsoght
🏁
@olantsoght
Mentioned in commit
98a3ea78
·
Dec 08, 2016
Mentioned in commit
98a3ea78
Mentioned in commit 98a3ea7820779b8462f65c4420f6576b73cee857
Toggle commit list
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