Finished HW3
This commit is contained in:
7
untitled1/CMakeLists.txt
Normal file
7
untitled1/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
project(untitled1)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
set(SOURCE_FILES main.cpp)
|
||||
add_executable(untitled1 ${SOURCE_FILES})
|
||||
Reference in New Issue
Block a user