Skip to content

Instantly share code, notes, and snippets.

@leozz37
Created August 7, 2020 05:26
Show Gist options
  • Save leozz37/09b337d2d20ef5b46f3df48e2c03e795 to your computer and use it in GitHub Desktop.
Save leozz37/09b337d2d20ef5b46f3df48e2c03e795 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 3.18)
project(cpm_example)
set(CMAKE_CXX_STANDARD 17)
add_executable(cpm_example src/main.cpp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment