Created
February 22, 2020 03:59
-
-
Save LabMC/eea4138cddd091aab363812a387fb59b 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 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