Mercurial > trustbridge
comparison cinst/CMakeLists.txt @ 132:4691d9e3b1d3
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 13:35:20 +0100 |
parents | 2d50ff378367 |
children | 4904fe01055d |
comparison
equal
deleted
inserted
replaced
131:9104b1b2e4da | 132:4691d9e3b1d3 |
---|---|
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) |