4 lines
91 B
CMake
4 lines
91 B
CMake
add_executable(triangle main.cpp)
|
|
|
|
target_link_libraries(triangle PRIVATE ${PROJECT_NAME})
|