mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Merge pull request #383 from CyberBotX/CMake
A couple more CMake fixes.
This commit is contained in:
commit
f56034a382
@ -256,7 +256,7 @@ message(STATUS "=========================")
|
||||
if(WIN32)
|
||||
message(STATUS " CLI: ${CMAKE_INSTALL_PREFIX}/bin")
|
||||
message(STATUS "foobar2000 component: ${FB2K_COMPONENT_INSTALL_PREFIX}")
|
||||
message(STATUS " Winamp plugin: ${WINAMP_INSTALL_PREFIX}/Plugins")
|
||||
message(STATUS " Winamp plugin: ${WINAMP_INSTALL_PREFIX}")
|
||||
message(STATUS " XMPlay plugin: ${XMPLAY_INSTALL_PREFIX}")
|
||||
else()
|
||||
message(STATUS "CLI/vgmstream123: ${CMAKE_INSTALL_PREFIX}/bin")
|
||||
|
@ -47,7 +47,7 @@ elseif(MINGW)
|
||||
endif()
|
||||
|
||||
# Install the DLLs
|
||||
install_dlls(${XMPLAY_INSTALL_PREFIX})
|
||||
install_dlls(${WINAMP_INSTALL_PREFIX})
|
||||
|
||||
# Install the plugin
|
||||
install(TARGETS in_vgmstream
|
||||
|
Loading…
Reference in New Issue
Block a user