4 lines
73 B
CMake
4 lines
73 B
CMake
add_executable(app main.cpp)
|
|
|
|
target_link_libraries(app PUBLIC Geometry)
|