I'm using CMake 2.8.6 and generating for VS 2003.<div><br></div><div>I have a DLL project that my EXE project needs to depend on, however I don't want my EXE to link against that DLL's import library, since the EXE will call LoadLibrary() to dynamically import symbols from the DLL being built.</div>
<div><br></div><div>I want the EXE project to depend on the DLL project so that in visual studio the DLL is built when I build the EXE (because of project dependencies), but I don't want the DLL 's import LIB to be linked in via command line.</div>
<div><br></div><div>Any way to do this?<br clear="all"><div><br></div><div>---------</div>Robert Dailey<br>
</div>