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.
 
 
 

10 lines
420 B

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