upload src

This commit is contained in:
2021-08-03 20:52:31 +08:00
parent 499878f944
commit 569dce62e5
10 changed files with 3615 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15.2)
# 设置工程名称和语言
project(TETGEN)
project(TRIANGLE)
message(STATUS "Platform: " ${CMAKE_HOST_SYSTEM_NAME})
if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")