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:
Vendored
+3
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user