diff --git a/Apps/Tuto/CMakeLists.txt b/Apps/Tuto/CMakeLists.txt index 2ba8828d1f8fb84e524bf9ca20673c2cf76c8eca..8657629f5599e586b48527f5b9b14a8a1b4554ea 100644 --- a/Apps/Tuto/CMakeLists.txt +++ b/Apps/Tuto/CMakeLists.txt @@ -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})