project_files/hwc/CMakeLists.txt
branchwebgl
changeset 9264 21df1a0ec9ed
parent 9256 5a2e94a4c2d0
child 9267 dbd18257be8f
equal deleted inserted replaced
9260:64718974158f 9264:21df1a0ec9ed
     8 find_package(SDL_ttf REQUIRED)
     8 find_package(SDL_ttf REQUIRED)
     9 
     9 
    10 #compile our rtl implementation
    10 #compile our rtl implementation
    11 include_directories(${GLEW_INCLUDE_DIR})
    11 include_directories(${GLEW_INCLUDE_DIR})
    12 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/rtl)
    12 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/rtl)
       
    13 include_directories(${PHYSFS_INCLUDE_DIR})
       
    14 include_directories(${PHYSLAYER_INCLUDE_DIR})
    13 add_subdirectory(rtl)
    15 add_subdirectory(rtl)
    14 
    16 
    15 configure_file(${CMAKE_SOURCE_DIR}/hedgewars/config.inc.in ${CMAKE_CURRENT_BINARY_DIR}/config.inc)
    17 configure_file(${CMAKE_SOURCE_DIR}/hedgewars/config.inc.in ${CMAKE_CURRENT_BINARY_DIR}/config.inc)
    16 
    18 
    17 #get the list of pas files that are going to be converted and compiled
    19 #get the list of pas files that are going to be converted and compiled