Mercurial > trustbridge
changeset 124:2d50ff378367
Add install targets
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 10:06:45 +0000 |
parents | 571f68c7a38f |
children | 24fb90ef8f6a |
files | cinst/CMakeLists.txt ui/CMakeLists.txt |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)