<div></div>Hi,<div>i modified my CMakeList, and now is:</div><div><br></div><div><div>cmake_minimum_required(VERSION 2.8)</div><div>project(Cleaner)</div><div># Include the directory itself as a path to include directories</div><div>set(CMAKE_INCLUDE_CURRENT_DIR ON)</div><div>include_directories (${beauty_SOURCE_DIR}/cgvgvtklib ${beauty_SOURCE_DIR}/facelib)</div><div>link_directories ( ${beauty_BINARY_DIR}/cgvgvtklib ${beauty_BINARY_DIRS}/facelib)</div><div><br></div><div># For a large number of source files you can create it in a simpler way</div><div># using file() function:</div><div>#file(GLOB ptsetter_SOURCES *.cxx)</div><div><br></div><div># Create an executable file called helloworld from sources:</div><div>add_executable(Cleaner cleaner.cxx)</div><div><br></div><div>TARGET_LINK_LIBRARIES(Cleaner ${VTK_LIBRARIES})</div><div><br></div><div><br></div><div>TARGET_LINK_LIBRARIES(Cleaner vtkHybrid cgvgvtklib)</div><div><br></div><div>But the results it's always the same.</div>
<div><br></div><div>Thank you.</div><div>Alessandro</div><div><br></div>
<blockquote>
----Messaggio originale----<br>
Da: dave.demarle@kitware.com<br>
Data: 20/03/2015 13.14<br>
A: "John Drescher"<drescherjm@gmail.com><br>
Cc: "ale.nonis@libero.it"<ale.nonis@libero.it>, "vtkusers@vtk.org"<vtkusers@vtk.org><br>
Ogg: Re: [vtkusers] Help Me!! vtk compile error!!<br>
<br>
<br>Adding to John and Jon's good advice, also read:<div><a href="http://www.vtk.org/Wiki/VTK/Build_System_Migration">http://www.vtk.org/Wiki/VTK/Build_System_Migration</a></div><div>For some of the details of using 6.x as compared to 5.x.</div><div><br><div>On Friday, March 20, 2015, John Drescher <<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Ok thanks i try later.<br>
> However with VTK5.6 the project works but with my VTK6 there are this<br>
> problems.<br>
><br>
<br>
That is expected since their are more libraries with vtk6.<br>
<br>
John<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div></div><br><br>-- <br>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909<br>
<br>
</blockquote><br>
</div>