misc/physfs/extras/CMakeLists.txt
author unc0rr
Sun, 18 Nov 2012 00:37:23 +0400
branchphysfslayer
changeset 8052 845b5ae03841
parent 8043 da083f8d95e6
child 8072 c803d89ae74d
permissions -rw-r--r--
Mount .hwt files found in Data folder

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})
include_directories(${CMAKE_SOURCE_DIR}/misc/liblua)
include_directories(${CMAKE_SOURCE_DIR}/misc/physfs/src)

add_library(physfsrwops STATIC physfsrwops.c physfslualoader.c hwpacksmounter.c)

add_dependencies(physfsrwops lua)