mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-30 07:11:59 +08:00
14 lines
626 B
CMake
14 lines
626 B
CMake
#/|/ Copyright (c) Prusa Research 2018 - 2021 Tomáš Mészáros @tamasmeszaros, Vojtěch Bubník @bubnikv, Vojtěch Král @vojtechkral, David Kocík @kocikdav
|
|
#/|/
|
|
#/|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
|
#/|/
|
|
|
|
set(DEP_CMAKE_OPTS "-DCMAKE_POSITION_INDEPENDENT_CODE=ON")
|
|
|
|
include("deps-unix-common.cmake")
|
|
|
|
# Some Linuxes may have very old libpng, so it's best to bundle it instead of relying on the system version.
|
|
# find_package(PNG QUIET)
|
|
# if (NOT PNG_FOUND)
|
|
# message(WARNING "No PNG dev package found in system, building static library. You should install the system package.")
|
|
# endif () |