Skip to content

Instantly share code, notes, and snippets.

@consoleaf
Created November 30, 2020 08:52
Show Gist options
  • Save consoleaf/421cba5a05c61cfd35bb4e214cb83a15 to your computer and use it in GitHub Desktop.
Save consoleaf/421cba5a05c61cfd35bb4e214cb83a15 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 3.10)
project(AlgoHW5)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)
add_executable(AlgoHW5 main.cpp)
target_link_libraries(AlgoHW5 gdal)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment