branch | physfslayer |
changeset 8034 | fc032c0f7b23 |
parent 8022 | 10b3b93c1f56 |
child 8037 | 547f94509079 |
--- a/misc/physfs/extras/CMakeLists.txt Fri Nov 16 00:46:33 2012 +0400 +++ b/misc/physfs/extras/CMakeLists.txt Sat Nov 17 00:01:06 2012 +0400 @@ -1,6 +1,7 @@ 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) +add_library(physfsrwops STATIC physfsrwops.c physfslualoader.c)