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.

7 lines
303 B

  1. #find_package(glog REQUIRED)
  2. #list(APPEND third_party_libraries glog::glog)
  3. set(GLOG_ROOT_DIR ${LIB_BASE_DIR}/glog-src)
  4. find_package(glog REQUIRED CONFIG HINTS ${GLOG_ROOT_DIR})
  5. set(GLOG_INCLUDE_DIR ${GLOG_ROOT_DIR}/include)
  6. # glog::glog is imported target
  7. list(APPEND third_party_libraries glog::glog)