Mercurial > trustbridge
diff cinst/CMakeLists.txt @ 103:f61d94d7893e
Use common as library
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 21 Mar 2014 14:44:50 +0000 |
parents | 7e2d08555112 |
children | faf96d9a1010 |
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})