Mercurial > trustbridge
changeset 103:f61d94d7893e
Use common as library
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 21 Mar 2014 14:44:50 +0000 |
parents | c879a709310d |
children | 2a031ac963b0 0c8ea71a89cd |
files | cinst/CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cinst/CMakeLists.txt Fri Mar 21 14:44:22 2014 +0000 +++ b/cinst/CMakeLists.txt Fri Mar 21 14:44:50 2014 +0000 @@ -11,8 +11,6 @@ set(CINST_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/main.c - ${CMAKE_CURRENT_SOURCE_DIR}/../common/listutil.c - ${CMAKE_CURRENT_SOURCE_DIR}/../common/strhelp.c ) set(MOZILLA_SOURCES @@ -26,6 +24,7 @@ endif(WIN32) target_link_libraries(cinst + m13_common ${PROFILING_LIBS} ${POLARSSL_LIBRARIES} ${WIN_EXTRA_LIBS})