3 lines
68 B
CMake
3 lines
68 B
CMake
add_executable(2022_01 01.cpp)
|
|
target_link_libraries(2022_01 aocpp)
|
add_executable(2022_01 01.cpp)
|
|
target_link_libraries(2022_01 aocpp)
|