JOJ3-examples/CMakeLists.txt

6 lines
93 B
CMake

cmake_minimum_required(VERSION 3.0)
project(MyProject)
add_executable(main src/simple.cpp)