aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-05-30 21:51:34 -0700
committerChris Robinson <[email protected]>2023-05-30 21:51:34 -0700
commite677d420b0c85082a4ccff3ab2a9f362f39a6774 (patch)
tree05feeee560cd8b40574c483c83c4f3ba7203e84e /CMakeLists.txt
parent517bb94c0953de768f6aacca45456fd63bb2c96d (diff)
Move the function and enum list to a separate file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1c6db76..8df4be2a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -815,6 +815,7 @@ set(ALC_OBJS
alc/effects/vmorpher.cpp
alc/events.cpp
alc/events.h
+ alc/export_list.h
alc/inprogext.h
alc/panning.cpp)