citra-emu
/
citra
Archived
1
0
Fork 0

Merge pull request #5302 from lioncash/teak

CMakeLists: Specify EXCLUDE_FROM_ALL for teakra
This commit is contained in:
Pengfei Zhu 2020-05-02 10:21:18 +08:00 committed by GitHub
commit 2476532f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ add_subdirectory(soundtouch)
target_include_directories(SoundTouch INTERFACE ./soundtouch/include) target_include_directories(SoundTouch INTERFACE ./soundtouch/include)
# Teakra # Teakra
add_subdirectory(teakra) add_subdirectory(teakra EXCLUDE_FROM_ALL)
# Xbyak # Xbyak
if (ARCHITECTURE_x86_64) if (ARCHITECTURE_x86_64)