scene_edit_polyhedron_item depends on scene_polyhedron_item

(The Windows linker is picky whereas Linux linker is not.)
This commit is contained in:
Laurent Rineau 2011-06-27 13:49:46 +00:00
parent 62b4c8b9e1
commit 637dfffc54
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ if(CGAL_Qt4_FOUND AND QT4_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND)
add_library(scene_edit_polyhedron_item SHARED
Scene_edit_polyhedron_item.cpp Scene_edit_polyhedron_item.moc)
target_link_libraries(scene_edit_polyhedron_item demo_framework)
target_link_libraries(scene_edit_polyhedron_item scene_polyhedron_item demo_framework)
if(TAUCS_FOUND)
add_library(scene_textured_polyhedron_item SHARED