# HG changeset patch
# User koda
# Date 1365034026 -7200
# Node ID ef59a44a9f088e0a48c486a15cede2b5c2ffeb4f
# Parent  ae8a957c69fd7c9f668fb7022b6d3f29a9074e70
and now engine in c links too (with more manual intervention as of issue 596)

diff -r ae8a957c69fd -r ef59a44a9f08 project_files/hwc/CMakeLists.txt
--- a/project_files/hwc/CMakeLists.txt	Thu Apr 04 01:38:30 2013 +0200
+++ b/project_files/hwc/CMakeLists.txt	Thu Apr 04 02:07:06 2013 +0200
@@ -53,8 +53,14 @@
                                 ${SDLNET_LIBRARY}
                                 ${SDLIMAGE_LIBRARY}
                                 ${SDLTTF_LIBRARY}
+                                ${GLEW_LIBRARY}
+                                physfs
+                                physlayer
                                 #TODO: add other libraries
                             )
+if(APPLE)
+    target_link_libraries(hwengine IOKit)
+endif()
 
 #TODO: move this away in its proper findxxx.cmake
 if(APPLE)