project(project1)

set(CMAKE_CXX_STANDARD 11)

add_executable(project1 BigInteger.cpp BigInteger.h LinkedList.cpp LinkedList.h main.cpp Node.cpp Node.h)