On Fri, Apr 4, 2008 at 8:58 PM, MD or MD &lt;<a href="mailto:tres.14159@gmail.com">tres.14159@gmail.com</a>&gt; 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;">
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;- And the last, I donīt know hot to use cmake in this example with gtk:<br>
</blockquote><div><br>There is unfortunately no standardized FindGTK2.cmake module shipped with CMake.&nbsp; You&#39;ll need to find one online, copy it to your source tree and do something like the following:<br><br>SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})<br>
FIND_PACKAGE(GTK2)<br><br>...and then use INCLUDE_DIRECTORIES() and TARGET_LINK_LIBRARIES as in the SDL example to include the proper directories and link your targets against the GTK libraries.<br></div></div><br clear="all">
<br>-- <br>Philip Lowman