Merge pull request #1524 from Parlane/fix_nogui_install
Install nogui executable to bindir
This commit is contained in:
commit
974dd21019
|
@ -240,4 +240,5 @@ if(USE_X11)
|
||||||
add_executable(${DOLPHIN_NOGUI_EXE} ${SRCS} ${NOGUI_SRCS})
|
add_executable(${DOLPHIN_NOGUI_EXE} ${SRCS} ${NOGUI_SRCS})
|
||||||
target_link_libraries(${DOLPHIN_NOGUI_EXE} ${LIBS})
|
target_link_libraries(${DOLPHIN_NOGUI_EXE} ${LIBS})
|
||||||
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} ${DOLPHIN_NOGUI_EXE})
|
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} ${DOLPHIN_NOGUI_EXE})
|
||||||
|
install(TARGETS ${DOLPHIN_NOGUI_EXE} RUNTIME DESTINATION ${bindir})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue