Skip to content

Commit

Permalink
2015 Day 3 - C++ CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBUK committed Mar 6, 2022
1 parent 1e3a680 commit 6653086
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 2015/Day03/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.10)

# set the project name
project(solver)

set(CXX_STANDARD C++98)

# add the executable
add_executable(solver solver.cpp)

0 comments on commit 6653086

Please sign in to comment.