mirror of https://github.com/CGAL/cgal
Remove rules for demos without GUI
This commit is contained in:
parent
f86be5f7fc
commit
0dc3166007
|
|
@ -37,16 +37,6 @@ if ( CGAL_FOUND AND QT3_FOUND AND CGAL_Qt3_FOUND)
|
|||
# Link the main executable to CGAL and third-party libraries
|
||||
target_link_libraries(mesh_2_demo ${QT3_LIBRARIES} ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} )
|
||||
|
||||
# conform target
|
||||
add_executable (conform conform.cpp)
|
||||
target_link_libraries(conform ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} )
|
||||
add_to_cached_list( CGAL_EXECUTABLE_TARGETS conform )
|
||||
|
||||
# mesh target
|
||||
add_executable (mesh mesh.cpp)
|
||||
target_link_libraries(mesh ${QT3_LIBRARIES} ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} )
|
||||
add_to_cached_list( CGAL_EXECUTABLE_TARGETS mesh )
|
||||
|
||||
else()
|
||||
|
||||
message(STATUS "NOTICE: This demo requires CGAL and Qt3, and will not be compiled.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue