9 lines
206 B
CMake
9 lines
206 B
CMake
add_executable(2022_01 01.cpp)
|
|
target_link_libraries(2022_01 aocpp)
|
|
|
|
add_executable(2022_03 03.cpp)
|
|
target_link_libraries(2022_03 aocpp)
|
|
|
|
add_executable(2022_04 04.cpp)
|
|
target_link_libraries(2022_04 aocpp)
|