6 lines
152 B
CMake
6 lines
152 B
CMake
add_executable(2024_07 07.cpp)
|
|
target_link_libraries(2024_07 aocpp Boost::headers)
|
|
|
|
add_executable(2024_22 22.cpp)
|
|
target_link_libraries(2024_22 aocpp)
|