Tidy up CMakeLists for includes.
This commit is contained in:
1
2022/puzzle-12-01.CMakeLists.txt
Normal file
1
2022/puzzle-12-01.CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
target_sources("${puzzle_name}" PRIVATE 2022/graph-utils.h)
|
1
2022/puzzle-12-02.CMakeLists.txt
Normal file
1
2022/puzzle-12-02.CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
target_sources("${puzzle_name}" PRIVATE 2022/graph-utils.h)
|
1
2022/puzzle-14-01.CMakeLists.txt
Normal file
1
2022/puzzle-14-01.CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
target_sources("${puzzle_name}" PRIVATE 2022/position.h)
|
1
2022/puzzle-14-02.CMakeLists.txt
Normal file
1
2022/puzzle-14-02.CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
target_sources("${puzzle_name}" PRIVATE 2022/position.h)
|
Reference in New Issue
Block a user