esri_assignment/src/CMakeLists.txt

7 lines
134 B
CMake
Raw Normal View History

2021-06-17 20:14:50 +02:00
set(assignment_SOURCES
main.cpp)
add_executable(main ${assignment_SOURCES})
target_link_libraries(main proto ${PROTOBUF_LIBRARY})