Files
2026-08-23 20:46:40 -07:00

4 lines
91 B
CMake

add_executable(triangle main.cpp)
target_link_libraries(triangle PRIVATE ${PROJECT_NAME})