mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 06:53:47 -07:00
Initial release
This commit is contained in:
9
deps_src/qoi/CMakeLists.txt
Normal file
9
deps_src/qoi/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
# PrusaSlicer specific CMake
|
||||
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(qoi)
|
||||
|
||||
add_library(qoi STATIC
|
||||
qoi.h
|
||||
qoilib.c
|
||||
)
|
||||
Reference in New Issue
Block a user