From: <le...@us...> - 2004-03-10 12:42:56
|
Update of /cvsroot/rtk/rtk/src/core/platform/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13383 Modified Files: CMakeLists.txt Log Message: Small change in build-system on GNU/Linux Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/rtk/rtk/src/core/platform/linux/CMakeLists.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CMakeLists.txt 5 Mar 2004 18:30:05 -0000 1.3 --- CMakeLists.txt 10 Mar 2004 12:17:05 -0000 1.4 *************** *** 41,44 **** --- 41,45 ---- # Now we can put 'em in main RTK_CORE_SFILES variable SET(RTK_CORE_SFILES ${RTK_CORE_SFILES} ${RTK_CORE_LINUX_SFILES}) + # T0D0: This must be fixed... ADD_LIBRARY(${RTK_LIBRTK} STATIC ${RTK_CORE_LINUX_SFILES}) MESSAGE("### ${RTK_CORE_SFILES}") *************** *** 48,51 **** --- 49,53 ---- # IF (RTK_OPT_BCLOG) + WRITE_FILE(${RTK_BC_LOGFILE} "RTK Core files: ${RTK_CORE_SFILES}\n" APPEND) WRITE_FILE(${RTK_BC_LOGFILE} "Visited: /src/core/platform/linux\n" APPEND) ENDIF (RTK_OPT_BCLOG) |