From f7f51c570213607eb79d8e5606538f9a0a32a9d3 Mon Sep 17 00:00:00 2001 From: Alec Lofquist Date: Mon, 2 Jun 2014 20:33:59 -0500 Subject: [PATCH] Added "make install" to generated Makefile. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b1a95a4c..eb94a4405 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) +