[CMake] MIDL include directiories

2011-02-23 Thread Mika . Rajala
Hi 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. The include_directories command does not work for the MIDL tool parameters. To delve deeper into the reason why this is a problem, helloworld1.idl

Re: [CMake] MIDL include directiories

2011-02-23 Thread Mika . Rajala
...@patria.fi Sent by: cmake-boun...@cmake.org 23.02.2011 13:31 To cmake@cmake.org cc Subject [CMake] MIDL include directiories Hi 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

Re: [CMake] MIDL include directiories

2011-02-23 Thread Mika . Rajala
they are excluded from the build. -mika mika.raj...@patria.fi Sent by: cmake-boun...@cmake.org 24.02.2011 08:43 To cmake@cmake.org cc Subject Re: [CMake] MIDL include directiories Hi I solved this exact problem by using the add_custom_command, to write the command for the midl