mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Relocated Clipper2 source files and CMake configuration from src/clipper2 to deps_src/clipper2. Updated CMakeLists to add Clipper2 as a dependency from the new location, improving dependency organization. Co-authored-by: Rodrigo Faselli <162915171+RF47@users.noreply.github.com>
7 lines
126 B
C++
7 lines
126 B
C++
#ifndef CLIPPER_VERSION_H
|
|
#define CLIPPER_VERSION_H
|
|
|
|
constexpr auto CLIPPER2_VERSION = "1.5.2";
|
|
|
|
#endif // CLIPPER_VERSION_H
|