mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 20:21:46 +08:00
7 lines
156 B
CMake
7 lines
156 B
CMake
cmake_minimum_required (VERSION 3.8)
|
|
|
|
project ("bbs_gcode_checker")
|
|
|
|
add_executable (bbs_gcode_checker "main.cpp" "GCodeChecker.cpp" "GCodeChecker.h" )
|
|
|