From: Dejan L. <le...@us...> - 2004-06-12 16:31:14
|
Update of /cvsroot/rtk/rtk/src/core/platform/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19620 Modified Files: CMakeLists.txt Log Message: Added File.cpp . Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/rtk/rtk/src/core/platform/linux/CMakeLists.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CMakeLists.txt 10 Mar 2004 12:17:05 -0000 1.4 --- CMakeLists.txt 12 Jun 2004 16:31:06 -0000 1.5 *************** *** 37,41 **** # - It's IMHO (Dejan) handy to have them in one variable # ! SET(RTK_CORE_LINUX_SFILES Thread.cpp Mutex.cpp) # Now we can put 'em in main RTK_CORE_SFILES variable --- 37,41 ---- # - It's IMHO (Dejan) handy to have them in one variable # ! SET(RTK_CORE_LINUX_SFILES Thread.cpp Mutex.cpp File.cpp) # Now we can put 'em in main RTK_CORE_SFILES variable |