Added gitignore among other things

This commit is contained in:
MitchellHansen
2016-11-25 20:23:30 -08:00
parent 9e375e97a4
commit 3a937d2ecb
9 changed files with 339 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.1)
cmake_minimum_required(VERSION 3.4.3)
project(Lab4)
add_project(Lab4)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})