mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Use GNUInstallDirs for installation paths
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
add_executable(dsptool DSPTool.cpp StubHost.cpp)
|
||||
target_link_libraries(dsptool core)
|
||||
if(NOT APPLE)
|
||||
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
|
||||
install(TARGETS dsptool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user