mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added "make install" to generated Makefile.
This commit is contained in:
parent
135ad755b1
commit
f7f51c5702
|
@ -454,3 +454,6 @@ if(MSVC)
|
|||
set_target_properties(emulationstation PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS")
|
||||
set_target_properties(emulationstation PROPERTIES LINK_FLAGS_MINSIZEREL "/SUBSYSTEM:WINDOWS")
|
||||
endif()
|
||||
|
||||
install (FILES emulationstation DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
|
|
Loading…
Reference in a new issue