mirror of https://github.com/CGAL/cgal
scene_edit_polyhedron_item depends on scene_polyhedron_item
(The Windows linker is picky whereas Linux linker is not.)
This commit is contained in:
parent
62b4c8b9e1
commit
637dfffc54
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue