JOJ3-examples/CMakeLists.txt

6 lines
92 B
CMake

cmake_minimum_required(VERSION 3.0)
project(MyProject)
add_executable(main sillycode.cpp)