mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-18 12:10:10 +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" )
|
|
|