mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 08:15:47 -04:00
Build: Use precompiled headers
This commit is contained in:
@ -43,6 +43,11 @@ if(${CPU_ARCH} STREQUAL "riscv64")
|
||||
add_subdirectory(riscv-disas)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
add_subdirectory(d3d12ma)
|
||||
add_subdirectory(winpixeventruntime)
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
add_subdirectory(spirv-cross)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user