author | unc0rr |
Sat, 17 Nov 2012 00:41:30 +0400 | |
branch | physfslayer |
changeset 8043 | da083f8d95e6 |
parent 8037 | 547f94509079 |
child 8052 | 845b5ae03841 |
permissions | -rw-r--r-- |
8022 | 1 |
find_package(SDL REQUIRED) |
2 |
||
3 |
include_directories(${SDL_INCLUDE_DIR}) |
|
8037
547f94509079
Oops, didn't realize FindLua.cmake is our own module
unc0rr
parents:
8034
diff
changeset
|
4 |
include_directories(${CMAKE_SOURCE_DIR}/misc/liblua) |
8022 | 5 |
include_directories(${CMAKE_SOURCE_DIR}/misc/physfs/src) |
6 |
||
8034 | 7 |
add_library(physfsrwops STATIC physfsrwops.c physfslualoader.c) |
8043 | 8 |
|
9 |
add_dependencies(physfsrwops lua) |