I&#39;ve been able to generate VS 2010 solution&#39;s via CMake for my C++/CLI project (.NET project).  We&#39;ve added the log4net.dll to the project by hand.  This is the .NET version of the log4j project.  What I&#39;d like to do is add a reference to this DLL to the solution via cmake using a Findlog4net.cmake file with a given version number but haven&#39;t figured out how to integrate this since its a dll only.<div>
<br></div><div>I&#39;ve tried, </div><div>find_library(LOG4NET_LIB  log4net ${PATH_TO_DLL_LOCATION})</div><div><br></div><div>but this hasn&#39;t worked.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Brian</div>