cmake_minimum_required(VERSION 3.27) project(STL2Voxel) set(CMAKE_CXX_STANDARD 20) include_directories(.) add_executable(STL2Voxel main.cpp)