summaryrefslogtreecommitdiff
path: root/p2/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'p2/CMakeLists.txt')
-rw-r--r--p2/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/p2/CMakeLists.txt b/p2/CMakeLists.txt
new file mode 100644
index 0000000..ddc870e
--- /dev/null
+++ b/p2/CMakeLists.txt
@@ -0,0 +1,5 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+PROJECT(euler_problem2 C)
+INCLUDE_DIRECTORIES(../common)
+ADD_EXECUTABLE(p2 main.c ../common/utils.c)
+TARGET_LINK_LIBRARIES(p2 m) \ No newline at end of file