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

View File

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