Mercurial > trustbridge
diff cinst/CMakeLists.txt @ 408:ac9e95ef6966
rename m13_common to trustbridge_common
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 13:41:10 +0000 |
parents | 35d6b371ba63 |
children | 8081ed84589d |
line wrap: on
line diff
--- a/cinst/CMakeLists.txt Wed Apr 16 13:38:11 2014 +0000 +++ b/cinst/CMakeLists.txt Wed Apr 16 13:41:10 2014 +0000 @@ -24,7 +24,7 @@ endif(WIN32) target_link_libraries(cinst - m13_common + trustbridge_common ${PROFILING_LIBS} ${POLARSSL_LIBRARIES} ${WIN_EXTRA_LIBS}) @@ -42,7 +42,7 @@ ) add_executable(mozilla ${MOZILLA_SOURCES}) target_link_libraries(mozilla - m13_common + trustbridge_common ${POLARSSL_LIBRARIES} ${NSS_LIBRARIES} ${PROFILING_LIBS})