summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-29 22:54:28 +0200
committerAki <please@ignore.pl>2021-09-29 22:54:28 +0200
commita0c941cf39c527c6610e43fb249d4ae777cd309a (patch)
tree202d59d5f563394f7daf65d46da65dbdb115fbe5 /CMakeLists.txt
parent9c1cdebcffa2fb9797d664e6d9cd6c110fe57db6 (diff)
downloadstarshatter-a0c941cf39c527c6610e43fb249d4ae777cd309a.zip
starshatter-a0c941cf39c527c6610e43fb249d4ae777cd309a.tar.gz
starshatter-a0c941cf39c527c6610e43fb249d4ae777cd309a.tar.bz2
Enabled ogg and vorbis builds
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b2e4025..05fe0f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,9 +8,10 @@ add_subdirectory(libpng) # is a third-party library.
add_subdirectory(Magic2)
add_subdirectory(NetEx)
add_subdirectory(nGenEx)
-# /oggvorbis contains only pre-compiled third-party library.
+add_subdirectory(ogg) # is a third-party library.
# add_subdirectory(Opcode) # is a third-party library.
# /Parser looks unused.
add_subdirectory(Stars45)
# /Starshatter contains VS-related files.
+add_subdirectory(vorbis) # is a third-party library.
add_subdirectory(zlib) # is a third-party library.