equal
deleted
inserted
replaced
2 find_package(SDL REQUIRED) |
2 find_package(SDL REQUIRED) |
3 include_directories(${PHYSFS_INCLUDE_DIR}) |
3 include_directories(${PHYSFS_INCLUDE_DIR}) |
4 include_directories(${SDL_INCLUDE_DIR}) |
4 include_directories(${SDL_INCLUDE_DIR}) |
5 include_directories(${LUA_INCLUDE_DIR}) |
5 include_directories(${LUA_INCLUDE_DIR}) |
6 |
6 |
7 ## extra functions needed by Hedgewars |
7 |
8 ## TODO: maybe it's better to have them in a separate library? |
|
9 set(PHYSLAYER_SRCS |
8 set(PHYSLAYER_SRCS |
10 physfsrwops.c |
9 physfsrwops.c |
11 physfslualoader.c |
10 physfslualoader.c |
12 hwpacksmounter.c |
11 hwpacksmounter.c |
13 ) |
12 ) |