Created
August 7, 2020 05:26
-
-
Save leozz37/09b337d2d20ef5b46f3df48e2c03e795 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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