misc/physfs/extras/CMakeLists.txt
branchphysfslayer
changeset 8052 845b5ae03841
parent 8043 da083f8d95e6
child 8072 c803d89ae74d
equal deleted inserted replaced
8049:133e22b5c410 8052:845b5ae03841
     2 
     2 
     3 include_directories(${SDL_INCLUDE_DIR})
     3 include_directories(${SDL_INCLUDE_DIR})
     4 include_directories(${CMAKE_SOURCE_DIR}/misc/liblua)
     4 include_directories(${CMAKE_SOURCE_DIR}/misc/liblua)
     5 include_directories(${CMAKE_SOURCE_DIR}/misc/physfs/src)
     5 include_directories(${CMAKE_SOURCE_DIR}/misc/physfs/src)
     6 
     6 
     7 add_library(physfsrwops STATIC physfsrwops.c physfslualoader.c)
     7 add_library(physfsrwops STATIC physfsrwops.c physfslualoader.c hwpacksmounter.c)
     8 
     8 
     9 add_dependencies(physfsrwops lua)
     9 add_dependencies(physfsrwops lua)