Hi,

I am trying to build an ActiveX control using cmake, and tried adding the
associated .idl files as source files to the shared library project. There
seems to be support for automatically building these idl files, but apart
from bug 8165 (http://public.kitware.com/Bug/view.php?id=8165) there seems
to be a problem with the output path. It is set to $(IntDir), which is
EngineActiveX.dir\Release in my case. That directory isn't added to the
include path, so my code can't find the necessary header file.

Can I set the output path for the midl compiler somewhere? I guess it should
actually be set to the generated files directory by cmake, but I need a
workaround for now...

Greetz,
JeDi
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to