# HG changeset patch # User Andre Heinecke # Date 1395655605 0 # Node ID 2d50ff3783674ebf512e95ce1a62e01f131c667f # Parent 571f68c7a38f71d5eff5b28b73b889f1ac42a6bf Add install targets diff -r 571f68c7a38f -r 2d50ff378367 cinst/CMakeLists.txt --- a/cinst/CMakeLists.txt Mon Mar 24 10:06:20 2014 +0000 +++ b/cinst/CMakeLists.txt Mon Mar 24 10:06:45 2014 +0000 @@ -24,6 +24,10 @@ ${POLARSSL_LIBRARIES} ${WIN_EXTRA_LIBS}) +install(TARGETS cinst DESTINATION bin) + target_link_libraries(mozilla m13_common ${PROFILING_LIBS}) + +install(TARGETS mozilla DESTINATION bin) diff -r 571f68c7a38f -r 2d50ff378367 ui/CMakeLists.txt --- a/ui/CMakeLists.txt Mon Mar 24 10:06:20 2014 +0000 +++ b/ui/CMakeLists.txt Mon Mar 24 10:06:45 2014 +0000 @@ -81,3 +81,5 @@ # Tests add_subdirectory(tests) + +install(TARGETS m13ui DESTINATION bin)