Merge pull request #5302 from lioncash/teak
CMakeLists: Specify EXCLUDE_FROM_ALL for teakra
This commit is contained in:
commit
2476532f21
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user