Skip to content

Commit cd52a73

Browse files
committed
Add Spectra
1 parent 9bec9d1 commit cd52a73

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
path = external/openal-soft
1717
url = https://github.com/sabianroberts/openal-soft.git
1818
branch = halflife
19+
[submodule "external/spectra"]
20+
path = external/spectra
21+
url = https://github.com/phoenixprojectsoftware/spectra.git

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ add_subdirectory(external/openal-soft)
171171
add_subdirectory(external/ogg)
172172
add_subdirectory(external/vorbis)
173173
add_subdirectory(source_sdk)
174+
add_subdirectory(external/spectra)
174175

175176
get_property(SOURCE_FILES GLOBAL PROPERTY SOURCE_FILES)
176177
set(SOURCE_FILES ${SOURCE_FILES} "${CMAKE_BINARY_DIR}/current_version.h")

0 commit comments

Comments
 (0)