misc/physfs/extras/CMakeLists.txt
author koda
Tue, 20 Nov 2012 17:50:17 +0100
changeset 8072 c803d89ae74d
parent 8052 845b5ae03841
permissions -rw-r--r--
use lua headers correctly

find_package(SDL REQUIRED)

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

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