On Mon, Dec 1, 2008 at 9:53 PM, Philip Lowman <span dir="ltr">&lt;<a href="mailto:philip@yhbt.com">philip@yhbt.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote">include( ${CMAKE_CURRENT_SOURCE_DIR}/includes.cmake)<br><div>should also work.<br>CMAKE_MODULE_PATH may also help you if you have a lot of includes.<br><br><a href="http://www.vtk.org/Wiki/CMake_Useful_Variables" target="_blank">http://www.vtk.org/Wiki/CMake_Useful_Variables</a></div>
</div></blockquote></div><br>I definitely tried this (using CMAKE_CURRENT_SOURCE_DIR) and it didn&#39;t work. I&#39;ll try Michael&#39;s method tomorrow and see if I get any different results.<br>