<div dir="ltr">Hello,<br><br>I&#39;m trying to compile a vtk program on OS X 10.5 as an application bundle so that I can fully interact with the graphics window.&nbsp; According to the FAQ, I need to add the following lines to my CMakeLists.txt:<br>
<br>IF(APPLE)<br>&nbsp; SET(EXECUTABLE_FLAG MACOSX_BUNDLE)<br>ENDIF(APPLE)<br><br>Unfortunately, no application bundle is made so I&#39;m sure I have not done something correctly.&nbsp; Is anyone here familiar with this process?&nbsp; Does it matter where I have this section of code within my CMakeLists.txt file?<br>
<br>Thanks.<br></div>