branch | webgl |
changeset 8853 | ef59a44a9f08 |
parent 8448 | 14f736ca7eb3 |
child 9130 | 4f4b71da3559 |
--- 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)