mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00: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" )
|
|
|