mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-30 16:38:41 +03:00
7 lines
156 B
CMake
7 lines
156 B
CMake
cmake_minimum_required (VERSION 3.8)
|
|
|
|
project ("qds_gcode_checker")
|
|
|
|
add_executable (qds_gcode_checker "main.cpp" "GCodeChecker.cpp" "GCodeChecker.h" )
|
|
|