and now engine in c links too (with more manual intervention as of issue 596) webgl
authorkoda
Thu, 04 Apr 2013 02:07:06 +0200
branchwebgl
changeset 8853 ef59a44a9f08
parent 8850 ae8a957c69fd
child 8856 af59e65586a7
and now engine in c links too (with more manual intervention as of issue #596)
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)