Initial release
This commit is contained in:
commit
d4d1215874
16967 changed files with 4075897 additions and 0 deletions
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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue