mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
Change default of the plugin installations to CMAKE_INSTALL_PREFIX
This was a suggestion from bnnm.
This commit is contained in:
parent
a236069775
commit
533616f45d
@ -181,7 +181,7 @@ if(WIN32)
|
||||
add_subdirectory(ext_libs)
|
||||
if(BUILD_WINAMP)
|
||||
if(NOT WINAMP_INSTALL_PREFIX)
|
||||
message(FATAL_ERROR "The path to Winamp must be set. (Use WINAMP_INSTALL_PREFIX, the plugin will be installed into the Plugins directory)")
|
||||
set(WINAMP_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/winamp)
|
||||
endif()
|
||||
add_subdirectory(winamp)
|
||||
endif()
|
||||
@ -193,7 +193,7 @@ if(WIN32)
|
||||
message(FATAL_ERROR "The path to the WTL include directory must be set. (Use WTL_INCLUDE_PATH)")
|
||||
endif()
|
||||
if(NOT FB2K_COMPONENT_INSTALL_PREFIX)
|
||||
message(FATAL_ERROR "The path to foobar2000 must be set. (Use FB2K_COMPONENT_INSTALL_PREFIX, this is where the component will be installed)")
|
||||
set(FB2K_COMPONENT_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/fb2k)
|
||||
endif()
|
||||
include_external_msproject(fb2k_sdk ${FB2K_SDK_PATH}/foobar2000/SDK/foobar2000_SDK.vcxproj)
|
||||
include_external_msproject(fb2k_sdk_helpers ${FB2K_SDK_PATH}/foobar2000/helpers/foobar2000_sdk_helpers.vcxproj)
|
||||
@ -204,7 +204,7 @@ if(WIN32)
|
||||
endif()
|
||||
if(BUILD_XMPLAY)
|
||||
if(NOT XMPLAY_INSTALL_PREFIX)
|
||||
message(FATAL_ERROR "The path to XMPlay must be set. (Use XMPlay_INSTALL_PREFIX, this is where the plugin will be installed)")
|
||||
set(XMPLAY_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/xmplay)
|
||||
endif()
|
||||
add_subdirectory(xmplay)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user