You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
260 B

  1. FetchContent_Declare(gflags
  2. URL https://github.com/gflags/gflags/archive/v2.2.2.zip
  3. URL_HASH SHA256=19713a36c9f32b33df59d1c79b4958434cb005b5b47dc5400a7a4b078111d9b5
  4. )
  5. FetchContent_MakeAvailable(gflags)
  6. include_directories(${gflags_BINARY_DIR}/include)