From 7c23c30cf6b258dad5a2b978f52768c7b1a69466 Mon Sep 17 00:00:00 2001 From: Matthew Gretton-Dann Date: Wed, 14 Dec 2022 13:51:14 +0000 Subject: [PATCH] Tidy up CMakeLists for includes. --- 2022/puzzle-12-01.CMakeLists.txt | 1 + 2022/puzzle-12-02.CMakeLists.txt | 1 + 2022/puzzle-14-01.CMakeLists.txt | 1 + 2022/puzzle-14-02.CMakeLists.txt | 1 + 4 files changed, 4 insertions(+) create mode 100644 2022/puzzle-12-01.CMakeLists.txt create mode 100644 2022/puzzle-12-02.CMakeLists.txt create mode 100644 2022/puzzle-14-01.CMakeLists.txt create mode 100644 2022/puzzle-14-02.CMakeLists.txt diff --git a/2022/puzzle-12-01.CMakeLists.txt b/2022/puzzle-12-01.CMakeLists.txt new file mode 100644 index 0000000..30ef920 --- /dev/null +++ b/2022/puzzle-12-01.CMakeLists.txt @@ -0,0 +1 @@ +target_sources("${puzzle_name}" PRIVATE 2022/graph-utils.h) diff --git a/2022/puzzle-12-02.CMakeLists.txt b/2022/puzzle-12-02.CMakeLists.txt new file mode 100644 index 0000000..30ef920 --- /dev/null +++ b/2022/puzzle-12-02.CMakeLists.txt @@ -0,0 +1 @@ +target_sources("${puzzle_name}" PRIVATE 2022/graph-utils.h) diff --git a/2022/puzzle-14-01.CMakeLists.txt b/2022/puzzle-14-01.CMakeLists.txt new file mode 100644 index 0000000..aaa078d --- /dev/null +++ b/2022/puzzle-14-01.CMakeLists.txt @@ -0,0 +1 @@ +target_sources("${puzzle_name}" PRIVATE 2022/position.h) diff --git a/2022/puzzle-14-02.CMakeLists.txt b/2022/puzzle-14-02.CMakeLists.txt new file mode 100644 index 0000000..aaa078d --- /dev/null +++ b/2022/puzzle-14-02.CMakeLists.txt @@ -0,0 +1 @@ +target_sources("${puzzle_name}" PRIVATE 2022/position.h)