Enable static compiling of ogg.

Using "newogg" as the directory since I wish to reserve libogg for eventual `git submodule`-ing.
This commit is contained in:
Jason Felds
2015-09-20 09:36:38 -04:00
parent f2d24aa0e3
commit baebe951b8
145 changed files with 31523 additions and 2 deletions
+3
View File
@@ -6,6 +6,9 @@ if (APPLE OR MSVC)
include(CMakeProject-zlib.cmake)
include(CMakeProject-jpeg.cmake)
endif()
if (MSVC AND WITH_OGG)
include(CMakeProject-ogg.cmake)
endif()
if (NOT SYSTEM_PCRE_FOUND)
include(CMakeProject-pcre.cmake)
endif()