projects
/
platform
/
upstream
/
glog.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #20 from UbimoLTD/patch-1
[platform/upstream/glog.git]
/
glog-config.cmake.in
1
@PACKAGE_INIT@
2
3
include ("${CMAKE_CURRENT_LIST_DIR}/glog-targets.cmake")
4
set_and_check (glog_INCLUDE_DIR "@PACKAGE_glog_INCLUDE_DIR@")
5
6
@glog_PACKAGE_DEPS@
7
8
set (glog_LIBRARY glog)
9
10
set (glog_LIBRARIES ${glog_LIBRARY})
11
set (glog_INCLUDE_DIRS ${glog_INCLUDE_DIR})