mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
cmake remove
This commit is contained in:
parent
2ffc3d4b98
commit
d6a00762b4
1 changed files with 5 additions and 0 deletions
|
@ -167,6 +167,11 @@ else()
|
|||
list(FILTER soh__Enhancements EXCLUDE REGEX "soh/Enhancements/speechsynthesizer/(Darwin|SAPI).*")
|
||||
endif()
|
||||
|
||||
# handle accessible audio engine removals
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "NintendoSwitch|CafeOS")
|
||||
list(FILTER soh__Enhancements EXCLUDE REGEX "soh/Enhancements/accessible-actors/*")
|
||||
endif()
|
||||
|
||||
source_group("soh\\Enhancements" REGULAR_EXPRESSION "soh/Enhancements/*")
|
||||
source_group("soh\\Enhancements\\audio" REGULAR_EXPRESSION "soh/Enhancements/audio/*")
|
||||
source_group("soh\\Enhancements\\controls" REGULAR_EXPRESSION "soh/Enhancements/controls/*")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue