mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 00:42:32 -07:00
10 lines
129 B
CMake
10 lines
129 B
CMake
# PrusaSlicer specific CMake
|
|
|
|
cmake_minimum_required(VERSION 3.13)
|
|
project(qoi)
|
|
|
|
add_library(qoi STATIC
|
|
qoi.h
|
|
qoilib.c
|
|
)
|