CMake/Tests/CMakeLib
Brad King 9478ad0945 Create CMakeLibTests output dir for Xcode
Xcode 2.x forgets to create the target output directory before linking
the individual architecture pieces of a universal binary for the target
CMakeLibTests.  Then it passes the directory to -L and -F options when
linking the and warns that the directory does not exist.  We work around
the problem by using a pre-build rule on the target to create the output
directory.
2009-12-09 10:56:30 -05:00
..
CMakeLists.txt Create CMakeLibTests output dir for Xcode 2009-12-09 10:56:30 -05:00
testUTF8.cxx Test UTF-8 decoding 2009-12-08 15:44:22 -05:00
testXMLParser.cxx Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLParser.h.in Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLParser.xml Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLSafe.cxx Test XML encoding with UTF-8 character validation 2009-12-08 15:44:45 -05:00