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.

9 lines
420 B

1 year ago
1 year ago
  1. #find_package(glog REQUIRED)
  2. #list(APPEND third_party_libraries glog::glog)
  3. #在/usr/bin目录里面 我需要clion自动关联里面的库,有好几个库的
  4. set(GLOG_ROOT_DIR /root/projects/temp_xiaoke/asr_runtime/lib_files/glog-build)
  5. find_package(glog REQUIRED CONFIG PATHS ${GLOG_ROOT_DIR})
  6. set(GLOG_INCLUDE_DIR ${GLOG_ROOT_DIR}/include)
  7. # glog::glog is imported target
  8. list(APPEND third_party_libraries glog)