diff options
author | Chris Robinson <[email protected]> | 2020-03-20 15:01:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-03-20 15:01:45 -0700 |
commit | f56ef433d8bbf8709b559276bea79c6acb8167ef (patch) | |
tree | 9c826bbe5b187ce0c8374fb37db3bf13960297cd /CMakeLists.txt | |
parent | ad988958767f222625f2560cd628642c948cd736 (diff) |
Move the FPUCtl methods to its own source
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d83203e..35c748f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -622,7 +622,8 @@ SET(ALC_OBJS alc/filters/nfc.h alc/filters/splitter.cpp alc/filters/splitter.h - alc/fpu_modes.h + alc/fpu_ctrl.cpp + alc/fpu_ctrl.h alc/helpers.cpp alc/hrtf.cpp alc/hrtf.h |