Skip to content

Commit

Permalink
Added campaign day .cpp file to days build.
Browse files Browse the repository at this point in the history
The file YYYY_dayDD.cpp is added to the CMakesLists.txt file
as a default build file.
  • Loading branch information
DouglasWebster committed Sep 30, 2023
1 parent 950c94d commit e833d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configured_files/CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/main.cpp")
endif()


add_executable(@parent_directory@-@dir_name@ main.cpp)
add_executable(@parent_directory@-@dir_name@ main.cpp @parent_directory@_@[email protected])

0 comments on commit e833d7d

Please sign in to comment.