Skip to content

Instantly share code, notes, and snippets.

@LB--
Created December 17, 2015 07:58
Show Gist options
  • Save LB--/4abd053570e930aa33c9 to your computer and use it in GitHub Desktop.
Save LB--/4abd053570e930aa33c9 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 3.1)
project(nuwen-hello)
add_executable(hello hello.cpp)
set_property(TARGET hello PROPERTY CXX_STANDARD 14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment