Install nogui executable to bindir

This commit is contained in:
Matthew Parlane 2014-11-10 07:53:11 +00:00
parent 77043c249b
commit b1d8ca4730

View File

@ -240,4 +240,5 @@ if(USE_X11)
add_executable(${DOLPHIN_NOGUI_EXE} ${SRCS} ${NOGUI_SRCS})
target_link_libraries(${DOLPHIN_NOGUI_EXE} ${LIBS})
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} ${DOLPHIN_NOGUI_EXE})
install(TARGETS ${DOLPHIN_NOGUI_EXE} RUNTIME DESTINATION ${bindir})
endif()