diff options
| author | 2018-07-27 20:25:32 -0700 | |
|---|---|---|
| committer | 2018-07-27 20:25:32 -0700 | |
| commit | e1d66ea7942800d51aff57c44d0e9ab9ffd949dc (patch) | |
| tree | aaff4a680cafbd1111baa602af8d0d2d7297f585 /src/CMakeLists.txt | |
| parent | Merge pull request #696 from DarkLordZach/romfs (diff) | |
| parent | audout: Implement IAudioOut interface with AudioCore. (diff) | |
| download | yuzu-e1d66ea7942800d51aff57c44d0e9ab9ffd949dc.tar.gz yuzu-e1d66ea7942800d51aff57c44d0e9ab9ffd949dc.tar.xz yuzu-e1d66ea7942800d51aff57c44d0e9ab9ffd949dc.zip | |
Merge pull request #842 from bunnei/audio-core
Initial implementation of Audio Core
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 85354f43e..a88551fbc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -3,6 +3,7 @@ include_directories(.) | |||
| 3 | 3 | ||
| 4 | add_subdirectory(common) | 4 | add_subdirectory(common) |
| 5 | add_subdirectory(core) | 5 | add_subdirectory(core) |
| 6 | add_subdirectory(audio_core) | ||
| 6 | add_subdirectory(video_core) | 7 | add_subdirectory(video_core) |
| 7 | add_subdirectory(input_common) | 8 | add_subdirectory(input_common) |
| 8 | add_subdirectory(tests) | 9 | add_subdirectory(tests) |