Hi Philippe,


Within CMakeList.txt files, is there a way to know which compiler dependant files have to be distributed along with the application.
... redistribute some files like msvcrtd.dll.


I think it is not possible in general.
However, on Windows you may

(1) handle systems dlls with
Modules/InstallRequiredSystemLibraries.cmake

(2) Deetect additional dlls with depends.exe

Jan.

--

 Dipl.-Ing. Jan Woetzel
--------------------------------------------------
 Uni Kiel
 Institut f. Informatik und Praktische Mathematik
 Hermann-Rodewaldstr. 3  [Raum 310]
 24098 Kiel/Germany
--------------------------------------------------
 Tel    +49-431-880-4477
 Fax    +49-431-880-4054
 Privat +49-431-802872
 Mob.   +49-179-2937346
--------------------------------------------------
 Url    www.mip.informatik.uni-kiel.de/~jw
 Email  [EMAIL PROTECTED]
 Privat [EMAIL PROTECTED]

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to