diff options
| author | 2016-02-25 19:21:50 -0500 | |
|---|---|---|
| committer | 2016-02-25 19:21:50 -0500 | |
| commit | af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd (patch) | |
| tree | 1ae5c0281f70ff811ea2370610745b3957060fa5 /src/CMakeLists.txt | |
| parent | Merge pull request #1422 from vgturtle127/patch-1 (diff) | |
| parent | AudioCore: Skeleton Implementation (diff) | |
| download | yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.tar.gz yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.tar.xz yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.zip | |
Merge pull request #1386 from MerryMage/audio-core-skeleton
Audio Core: Skeleton
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 cb09f3cd1..2bb411492 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -4,6 +4,7 @@ include_directories(.) | |||
| 4 | add_subdirectory(common) | 4 | add_subdirectory(common) |
| 5 | add_subdirectory(core) | 5 | add_subdirectory(core) |
| 6 | add_subdirectory(video_core) | 6 | add_subdirectory(video_core) |
| 7 | add_subdirectory(audio_core) | ||
| 7 | if (ENABLE_GLFW) | 8 | if (ENABLE_GLFW) |
| 8 | add_subdirectory(citra) | 9 | add_subdirectory(citra) |
| 9 | endif() | 10 | endif() |