Merge pull request #383 from CyberBotX/CMake

A couple more CMake fixes.
This commit is contained in:
Christopher Snowhill 2019-03-30 01:00:08 -07:00 committed by GitHub
commit f56034a382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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