Mercurial > trustbridge
comparison cinst/CMakeLists.txt @ 124:2d50ff378367
Add install targets
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 10:06:45 +0000 |
parents | 65941f3d5db8 |
children | 4904fe01055d |
comparison
equal
deleted
inserted
replaced
123:571f68c7a38f | 124:2d50ff378367 |
---|---|
22 m13_common | 22 m13_common |
23 ${PROFILING_LIBS} | 23 ${PROFILING_LIBS} |
24 ${POLARSSL_LIBRARIES} | 24 ${POLARSSL_LIBRARIES} |
25 ${WIN_EXTRA_LIBS}) | 25 ${WIN_EXTRA_LIBS}) |
26 | 26 |
27 install(TARGETS cinst DESTINATION bin) | |
28 | |
27 target_link_libraries(mozilla | 29 target_link_libraries(mozilla |
28 m13_common | 30 m13_common |
29 ${PROFILING_LIBS}) | 31 ${PROFILING_LIBS}) |
32 | |
33 install(TARGETS mozilla DESTINATION bin) |