cmake_minimum_required (VERSION 3.8)
project(project_CubeModLauncher)
add_executable (CubeModLauncher
main.cpp
Process.cpp)