aocpp/2022/CMakeLists.txt

12 lines
275 B
CMake
Raw Normal View History

2022-12-02 09:34:16 -08:00
add_executable(2022_01 01.cpp)
target_link_libraries(2022_01 aocpp)
2022-12-04 09:22:25 -08:00
2022-12-04 10:30:01 -08:00
add_executable(2022_03 03.cpp)
target_link_libraries(2022_03 aocpp)
2022-12-04 09:22:25 -08:00
add_executable(2022_04 04.cpp)
target_link_libraries(2022_04 aocpp)
2023-01-13 16:21:25 -08:00
add_executable(2022_25 25.cpp)
target_link_libraries(2022_25 aocpp)