Skip to content

Instantly share code, notes, and snippets.

@LabMC
Created February 22, 2020 03:59
Show Gist options
  • Select an option

  • Save LabMC/eea4138cddd091aab363812a387fb59b to your computer and use it in GitHub Desktop.

Select an option

Save LabMC/eea4138cddd091aab363812a387fb59b to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 2.8)
# this should be the name of your homework assignment
project(Demo)
set(CMAKE_CXX_STANDARD 11)
add_executable(demo main.cpp rectangle.cpp square.cpp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment