Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
5a8e28ba
Commit
5a8e28ba
authored
Aug 24, 2012
by
Sylvain Thery
Browse files
forgotten CMakeLists modification
parent
1daeaeeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Apps/Tuto/CMakeLists.txt
View file @
5a8e28ba
...
...
@@ -98,8 +98,8 @@ target_link_libraries( tuto_histo
# exemple: BOOST_LIBS(boost_lib_lists "boost_thread-mt;boost_iostreams-mt")
#BOOST_LIBS(boost_lib_lists "boost_thread-mt")
#
QT4_WRAP_CPP(tuto_mt_moc tuto_mt.h)
#
add_executable( tuto_mt tuto_mt.cpp ${tuto_mt_moc})
#
target_link_libraries( tuto_mt
#
${CGoGN_LIBS_D} ${CGoGN_EXT_LIBS} ${Boost_THREAD_LIBRARY})
QT4_WRAP_CPP
(
tuto_mt_moc tuto_mt.h
)
add_executable
(
tuto_mt tuto_mt.cpp
${
tuto_mt_moc
}
)
target_link_libraries
(
tuto_mt
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
${
Boost_THREAD_LIBRARY
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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