Re: [CMake] Adding a reference to a .NET dll in my C++/CLI project

2012-01-04 Thread Aaron Ten Clay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/12 14:32, brian wrote: > I've been able to generate VS 2010 solution's via CMake for my C++/CLI project (.NET project). We've added the log4net.dll to the project by hand. This is the .NET version of the log4j project. What I'd like to do is

Re: [CMake] Adding a reference to a .NET dll in my C++/CLI project

2012-01-04 Thread Hendrik Sattler
Am Mittwoch, 4. Januar 2012, 23:32:21 schrieb brian: > I've been able to generate VS 2010 solution's via CMake for my C++/CLI > project (.NET project). We've added the log4net.dll to the project by > hand. This is the .NET version of the log4j project. What I'd like to do > is add a reference to

[CMake] Adding a reference to a .NET dll in my C++/CLI project

2012-01-04 Thread brian
I've been able to generate VS 2010 solution's via CMake for my C++/CLI project (.NET project). We've added the log4net.dll to the project by hand. This is the .NET version of the log4j project. What I'd like to do is add a reference to this DLL to the solution via cmake using a Findlog4net.cmake