hedgewars/CMakeLists.txt
branchphysfslayer
changeset 8022 10b3b93c1f56
parent 8019 b216953c2617
child 8064 202e2cce7077
equal deleted inserted replaced
8019:b216953c2617 8022:10b3b93c1f56
   273     add_dependencies(${engine_output_name} lua)
   273     add_dependencies(${engine_output_name} lua)
   274 endif()
   274 endif()
   275 
   275 
   276 # compile physfs before engine
   276 # compile physfs before engine
   277 add_dependencies(${engine_output_name} physfs)
   277 add_dependencies(${engine_output_name} physfs)
       
   278 add_dependencies(${engine_output_name} physfsrwops)
   278 
   279 
   279 #when ffmpeg/libav is found we need to compile it before engine
   280 #when ffmpeg/libav is found we need to compile it before engine
   280 #TODO: convert avwrapper to .pas unit so we can skip this step
   281 #TODO: convert avwrapper to .pas unit so we can skip this step
   281 if(${FFMPEG_FOUND})
   282 if(${FFMPEG_FOUND})
   282     add_dependencies(${engine_output_name} avwrapper)
   283     add_dependencies(${engine_output_name} avwrapper)