misc/physfs/extras/CMakeLists.txt
author unc0rr
Sat, 17 Nov 2012 00:41:30 +0400
branchphysfslayer
changeset 8043 da083f8d95e6
parent 8037 547f94509079
child 8052 845b5ae03841
permissions -rw-r--r--
We need custom script loading function in lua now

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)

add_dependencies(physfsrwops lua)