Skip to content
Snippets Groups Projects
Commit 3cb97cb4 authored by Nyx (Neal Orman)'s avatar Nyx (Neal Orman)
Browse files

restoring glod to copy3rdpartylibs.cmake and viewer_manifest.py

parent a9273b82
No related branches found
No related tags found
No related merge requests found
...@@ -254,6 +254,7 @@ elseif(LINUX) ...@@ -254,6 +254,7 @@ elseif(LINUX)
libdb-5.1.so libdb-5.1.so
libexpat.so libexpat.so
libexpat.so.1 libexpat.so.1
libglod.so
libgmock_main.so libgmock_main.so
libgmock.so.0 libgmock.so.0
libgmodule-2.0.so libgmodule-2.0.so
......
...@@ -960,6 +960,7 @@ def construct(self): ...@@ -960,6 +960,7 @@ def construct(self):
self.path("libdb.so") self.path("libdb.so")
self.path("libcrypto.so.0.9.8") self.path("libcrypto.so.0.9.8")
self.path("libexpat.so.1.5.2") self.path("libexpat.so.1.5.2")
self.path("libglod.so")
self.path("libminizip.so") self.path("libminizip.so")
self.path("libssl.so.0.9.8") self.path("libssl.so.0.9.8")
self.path("libuuid.so") self.path("libuuid.so")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment