misc/libphyslayer/CMakeLists.txt
branchsdl2transition
changeset 11362 ed5a6478e710
parent 9703 966d180184b4
parent 10015 4feced261c68
child 11374 28c309f45269
equal deleted inserted replaced
11361:31570b766315 11362:ed5a6478e710
     9 endif(${NOSDL2})
     9 endif(${NOSDL2})
    10 
    10 
    11 include_directories(${PHYSFS_INCLUDE_DIR})
    11 include_directories(${PHYSFS_INCLUDE_DIR})
    12 include_directories(${LUA_INCLUDE_DIR})
    12 include_directories(${LUA_INCLUDE_DIR})
    13 
    13 
    14 ## extra functions needed by Hedgewars
    14 
    15 ## TODO: maybe it's better to have them in a separate library?
       
    16 set(PHYSLAYER_SRCS
    15 set(PHYSLAYER_SRCS
       
    16     physfscompat.c
    17     physfsrwops.c
    17     physfsrwops.c
    18     physfslualoader.c
    18     physfslualoader.c
    19     hwpacksmounter.c
    19     hwpacksmounter.c
    20 )
    20 )
    21 
    21