<br><font size=2 face="sans-serif">Hi</font>
<br>
<br><font size=2 face="sans-serif">I'd like to know is it possible to give
additional include directories for the MIDL tool in Visual Studio 2005
with CMakeLists.txt code.</font>
<br>
<br><font size=2 face="sans-serif">The include_directories command does
not work for the MIDL tool parameters.</font>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">To delve deeper into the reason why
this is a problem, helloworld1.idl uses helloworld2.idl and as such is
unable to find it in any given directory.</font>
<br>
<br><font size=2 face="sans-serif">My files are organized in a manner similar
to this:</font>
<br>
<br><font size=2 face="sans-serif">CMakeLists.txt</font>
<br><font size=2 face="sans-serif">code/helloworld1.idl</font>
<br><font size=2 face="sans-serif">code/helloworld2.idl</font>
<br>
<br><font size=2 face="sans-serif">-mika</font>