Added "make install" to generated Makefile.

This commit is contained in:
Alec Lofquist 2014-06-02 20:33:59 -05:00
parent 135ad755b1
commit f7f51c5702

View file

@ -454,3 +454,6 @@ if(MSVC)
set_target_properties(emulationstation PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS") set_target_properties(emulationstation PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS")
set_target_properties(emulationstation PROPERTIES LINK_FLAGS_MINSIZEREL "/SUBSYSTEM:WINDOWS") set_target_properties(emulationstation PROPERTIES LINK_FLAGS_MINSIZEREL "/SUBSYSTEM:WINDOWS")
endif() endif()
install (FILES emulationstation DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)