# HG changeset patch # User koda # Date 1352669398 -3600 # Node ID 625b628d55f3e5f3bdabd321f24010ccd64deb88 # Parent 68ec3138c16d7b52414cdd73b5c8f5a96d5bb6f1 and install it too diff -r 68ec3138c16d -r 625b628d55f3 project_files/hwc/CMakeLists.txt --- a/project_files/hwc/CMakeLists.txt Sun Nov 11 19:11:47 2012 +0100 +++ b/project_files/hwc/CMakeLists.txt Sun Nov 11 22:29:58 2012 +0100 @@ -77,5 +77,8 @@ ${SDLNET_LIBRARY} ${SDLIMAGE_LIBRARY} ${SDLTTF_LIBRARY} + #TODO: add other libraries ) +install(PROGRAMS "${EXECUTABLE_OUTPUT_PATH}/hwengine${CMAKE_EXECUTABLE_SUFFIX}" DESTINATION ${target_dir}) +