[CMake] "Ignore specific Library" on Windows

2006-12-15 Thread Grant Tang
Hi, I have a cross-platform project need set the "Ignore Specific Library" to libc.lib and libcmt.lib in Visual C++ .net. How can I do this in CMakeLists.txt? There are hundred more sub-projects in one solution, I do not want to hand modify this in each project properties. Thanks in advance, Gra

Re: [CMake] "Ignore specific Library" on Windows

2006-12-18 Thread Sylvain Benner
Hi, Hi I have a cross-platform project need set the "Ignore Specific Library" to libc.lib and libcmt.lib in Visual C++ .net. How can I do this in CMakeLists.txt? There are hundred more sub-projects in one solution, I do not want to hand modify this in each project properties. Thanks in adv