aocpp/2022/CMakeLists.txt
2022-12-04 09:22:25 -08:00

6 lines
137 B
CMake

add_executable(2022_01 01.cpp)
target_link_libraries(2022_01 aocpp)
add_executable(2022_04 04.cpp)
target_link_libraries(2022_04 aocpp)