mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
cmake: don't build foobar for MinGW
This commit is contained in:
parent
8033054840
commit
6f7226ea04
@ -51,10 +51,12 @@ endif()
|
||||
# Build choices
|
||||
option(BUILD_CLI "Build vgmstream CLI" ON)
|
||||
if(WIN32)
|
||||
if(NOT MINGW)
|
||||
option(BUILD_FB2K "Build foobar2000 component" ON)
|
||||
set(FB2K_SDK_PATH CACHE PATH "Path to foobar2000 SDK")
|
||||
set(WTL_INCLUDE_PATH CACHE PATH "Path to WTL include directory")
|
||||
set(FB2K_COMPONENT_INSTALL_PREFIX CACHE PATH "Path to foobar2000 component installation directory")
|
||||
endif()
|
||||
option(BUILD_WINAMP "Build Winamp plugin" ON)
|
||||
set(WINAMP_INSTALL_PREFIX CACHE PATH "Path to Winamp installation directory")
|
||||
option(BUILD_XMPLAY "Build XMPlay plugin" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user