Skip to content

Commit b3d07d7

Browse files
committed
Add glog as thirdparty package
1 parent ccc40c7 commit b3d07d7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
[submodule "thirdparty/mLib"]
88
path = thirdparty/mLib
99
url = https://github.com/cy94/mLib.git
10+
11+
[submodule "thirdparty/glog-0.4.0"]
12+
path = thirdparty/glog-0.4.0
13+
url = https://github.com/google/glog.git

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ include_directories(${OPENGL_INCLUDE_DIRS})
1616
link_directories(${OPENGL_LIBRARY_DIRS})
1717

1818
# Glog
19-
find_package(Glog 0.3.4 REQUIRED)
19+
add_subdirectory(thirdparty/glog-0.4.0)
20+
# find_package(Glog 0.3.4 REQUIRED)
2021

2122
# OpenCV
2223
find_package(OpenCV REQUIRED)

thirdparty/glog-0.4.0

Submodule glog-0.4.0 added at 96a2f23

0 commit comments

Comments
 (0)