Hi, we have the case, that we compile two static libs and want to combine them into one static lib which is installed. At the moment, we generate a list of objects of one of the libs and tsort them and ar them in the other lib. On Windows, we do the same, using the results of the tsort on Linux (which is bad, as no Windows-Compile without a Linux compile in advance). Is there a generic solution for such a problem available for cmake working on both Unics + Windows (Visual C++ compiler)?
cu Christoph -- -------------------------------------- Christoph Cullmann --------- AbsInt Angewandte Informatik GmbH Email: [EMAIL PROTECTED] Science Park 1 Tel: +49-681-38360-22 66123 Saarbrücken Fax: +49-681-38360-20 GERMANY WWW: http://www.AbsInt.com -------------------------------------------------------------------- Geschäftsführung: Dr.-Ing. Christian Ferdinand Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
