Skip to content

Instantly share code, notes, and snippets.

@quocle108
Created April 29, 2020 10:01
Show Gist options
  • Save quocle108/44aff968a00f6baed53872d6bc59665e to your computer and use it in GitHub Desktop.
Save quocle108/44aff968a00f6baed53872d6bc59665e to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 2.8.9)
project (hello)
add_executable(hello helloworld.cpp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment