[Xmltools-development] xmltools/src CMakeLists.txt
Status: Beta
Brought to you by:
nik_89
|
From: nik_89 <ni...@us...> - 2004-11-01 18:37:07
|
Update of /cvsroot/xmltools/xmltools/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22896 Modified Files: CMakeLists.txt Log Message: very tiny fix Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/xmltools/xmltools/src/CMakeLists.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CMakeLists.txt 1 Nov 2004 17:56:24 -0000 1.5 --- CMakeLists.txt 1 Nov 2004 18:36:57 -0000 1.6 *************** *** 31,34 **** ENDIF (WIN32) ! #go in the dir test and process CMakeLists.txt from there too ! SUBDIRS(tests) --- 31,34 ---- ENDIF (WIN32) ! # go in the dir test and process CMakeLists.txt from there too ! # SUBDIRS(tests) |