Mercurial > trustbridge
comparison cinst/CMakeLists.txt @ 196:642d81594665
cinst/mozilla really wants C99.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 12:18:12 +0100 |
parents | bf4bfd8843bd |
children | d29997e09177 |
comparison
equal
deleted
inserted
replaced
195:90cf655a4112 | 196:642d81594665 |
---|---|
30 target_link_libraries(mozilla | 30 target_link_libraries(mozilla |
31 m13_common | 31 m13_common |
32 ${POLARSSL_LIBRARIES} | 32 ${POLARSSL_LIBRARIES} |
33 ${PROFILING_LIBS}) | 33 ${PROFILING_LIBS}) |
34 | 34 |
35 set_target_properties(mozilla PROPERTIES COMPILE_FLAGS "-std=c99") | |
36 | |
35 install(TARGETS mozilla DESTINATION bin) | 37 install(TARGETS mozilla DESTINATION bin) |