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)