We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bec9d1 commit cd52a73Copy full SHA for cd52a73
.gitmodules
@@ -16,3 +16,6 @@
16
path = external/openal-soft
17
url = https://github.com/sabianroberts/openal-soft.git
18
branch = halflife
19
+[submodule "external/spectra"]
20
+ path = external/spectra
21
+ url = https://github.com/phoenixprojectsoftware/spectra.git
CMakeLists.txt
@@ -171,6 +171,7 @@ add_subdirectory(external/openal-soft)
171
add_subdirectory(external/ogg)
172
add_subdirectory(external/vorbis)
173
add_subdirectory(source_sdk)
174
+add_subdirectory(external/spectra)
175
176
get_property(SOURCE_FILES GLOBAL PROPERTY SOURCE_FILES)
177
set(SOURCE_FILES ${SOURCE_FILES} "${CMAKE_BINARY_DIR}/current_version.h")
0 commit comments