aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 36bbe31..c9f9486 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,6 +2,8 @@ set(SOLUTION_FILES
"2015/day1/aoc.cpp"
"2015/day2/aoc.cpp"
"2015/day3/aoc.cpp"
+ "2015/day4/md5.cpp"
+ "2015/day4/aoc.cpp"
)
add_library(solution SHARED ${SOLUTION_FILES})