mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 17:09:05 +08:00
Follow-up to 2ced7629482ea0b0feab66906b6a97fe0d57b747
Integrating a C++20 like span library https://github.com/tcbrindle/span
This commit is contained in:
parent
2ced762948
commit
f57744ad12
@ -14,7 +14,6 @@ add_subdirectory(libigl)
|
||||
add_subdirectory(hints)
|
||||
add_subdirectory(qoi)
|
||||
add_subdirectory(libnest2d)
|
||||
add_subdirectory(tcbspan)
|
||||
|
||||
find_package(Qhull 7.2 REQUIRED)
|
||||
add_library(qhull INTERFACE)
|
||||
|
@ -1,6 +0,0 @@
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
project(tcbspan)
|
||||
|
||||
add_library(tcbspan STATIC
|
||||
span.hpp
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user