CMakeLists.txt
branchphysfslayer
changeset 8043 da083f8d95e6
parent 8037 547f94509079
child 8055 04dd8b7fb605
equal deleted inserted replaced
8040:448d61778ca7 8043:da083f8d95e6
   239 else()
   239 else()
   240     message(STATUS "LUA will be provided by the bundled sources")
   240     message(STATUS "LUA will be provided by the bundled sources")
   241     add_subdirectory(misc/liblua)
   241     add_subdirectory(misc/liblua)
   242     #linking with liblua.a requires system readline -- this works everywhere, right?
   242     #linking with liblua.a requires system readline -- this works everywhere, right?
   243     set(pascal_flags "-k${EXECUTABLE_OUTPUT_PATH}/lib${LUA_LIBRARY}.a" "-k-lreadline" ${pascal_flags})
   243     set(pascal_flags "-k${EXECUTABLE_OUTPUT_PATH}/lib${LUA_LIBRARY}.a" "-k-lreadline" ${pascal_flags})
   244     add_dependencies(physfsrwops lua)
       
   245 endif()
   244 endif()
   246 
   245 
   247 
   246 
   248 #main engine
   247 #main engine
   249 add_subdirectory(hedgewars)
   248 add_subdirectory(hedgewars)