Added 061 to cmake

This commit is contained in:
2021-04-26 19:07:44 +02:00
parent 462b7138a0
commit 4821130440

View File

@@ -16,3 +16,4 @@ add_executable(base base.cpp)
# For each euler problem a new executable here # For each euler problem a new executable here
add_executable(euler059 059/main.cpp) add_executable(euler059 059/main.cpp)
add_executable(euler060 060/main.cpp) add_executable(euler060 060/main.cpp)
add_executable(euler061 061/main.cpp)