-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move demo in the Polygon_repair directory
- Loading branch information
Showing
19 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Created by the script cgal_create_cmake_script | ||
# This is the CMake script for compiling a CGAL application. | ||
|
||
cmake_minimum_required(VERSION 3.12...3.29) | ||
project(Triangulation_2_Demo) | ||
|
||
set(CMAKE_AUTOMOC ON) | ||
set(CMAKE_AUTOUIC ON) | ||
set(CMAKE_AUTORCC ON) | ||
set(CMAKE_INCLUDE_CURRENT_DIR TRUE) | ||
|
||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6) | ||
find_package(Qt6 QUIET COMPONENTS Widgets) | ||
|
||
if(NOT CGAL_Qt6_FOUND OR NOT Qt6_FOUND) | ||
message("NOTICE: This demo requires CGAL and Qt6, and will not be compiled.") | ||
return() | ||
endif() | ||
|
||
add_definitions(-DQT_NO_KEYWORDS) | ||
set(CMAKE_INCLUDE_CURRENT_DIR ON) | ||
|
||
|
||
qt_add_executable( | ||
Boolean_2 Boolean_2.cpp | ||
Boolean_2.ui Boolean_2.qrc) | ||
target_link_libraries(Boolean_2 PRIVATE CGAL::CGAL CGAL::CGAL_Qt6 | ||
Qt6::Widgets) | ||
|
||
add_to_cached_list(CGAL_EXECUTABLE_TARGETS Boolean_2) | ||
|
||
include(${CGAL_MODULES_DIR}/CGAL_add_test.cmake) | ||
|
||
cgal_add_compilation_test(Boolean_2) | ||
|
File renamed without changes.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.13 KB
GraphicsView/demo/Polygon_repair/icons/constrained_triangulation_show_constraints.pdf
Binary file not shown.
Binary file added
BIN
+7.89 KB
...csView/demo/Polygon_repair/icons/constrained_triangulation_show_constraints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.87 KB
GraphicsView/demo/Polygon_repair/icons/constrained_triangulation_show_in_domain.pdf
Binary file not shown.
Binary file added
BIN
+6.82 KB
...hicsView/demo/Polygon_repair/icons/constrained_triangulation_show_in_domain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.