X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=b29be0018b9bf44913554aa958ce53f574763177;hb=cbfd86a1d8f92dc38c6c1bae689c84ebeb4da558;hp=573970232975c54a5d3395666d2f35c05f50743d;hpb=3106945d8d3322e5cbd5658d482c9ffed2d892c0;p=platform%2Fupstream%2Fglog.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 5739702..b29be00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -409,6 +409,7 @@ add_compile_options ($<$:-Wno-unname add_library (glog ${GLOG_SRCS} ) +add_library(glog::glog ALIAS glog) set_target_properties (glog PROPERTIES POSITION_INDEPENDENT_CODE ON)