# HG changeset patch # User Andre Heinecke # Date 1395413090 0 # Node ID f61d94d7893e00a0f788c1666f49afd1104f399a # Parent c879a709310d9060938406b0a3195eefd160d01f Use common as library diff -r c879a709310d -r f61d94d7893e cinst/CMakeLists.txt --- 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})