project_files/hwc/CMakeLists.txt
branchwebgl
changeset 9984 84835d0ceb64
parent 9982 24ea101fdc7f
child 10127 7f29a65aa1e4
equal deleted inserted replaced
9982:24ea101fdc7f 9984:84835d0ceb64
    71                                 ${SDLIMAGE_LIBRARY}
    71                                 ${SDLIMAGE_LIBRARY}
    72                                 ${SDLTTF_LIBRARY}
    72                                 ${SDLTTF_LIBRARY}
    73                                 ${GLEW_LIBRARY}
    73                                 ${GLEW_LIBRARY}
    74                                 physfs
    74                                 physfs
    75                                 physlayer
    75                                 physlayer
       
    76                                 m
    76                                 #TODO: add other libraries
    77                                 #TODO: add other libraries
    77                             )
    78                             )
    78 if(APPLE)
    79 if(APPLE)
    79     target_link_libraries(hwengine IOKit SDLmain)
    80     target_link_libraries(hwengine IOKit SDLmain)
    80 endif()
    81 endif()