mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 08:55:30 -07:00
15 lines
238 B
CMake
15 lines
238 B
CMake
project(admesh)
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(admesh STATIC
|
|
connect.cpp
|
|
normals.cpp
|
|
shared.cpp
|
|
stl.h
|
|
stl_io.cpp
|
|
stlinit.cpp
|
|
util.cpp
|
|
)
|
|
|
|
target_link_libraries(admesh PRIVATE boost_headeronly)
|