CMakeLists.txt
branchcmake_pascal
changeset 8770 53481d654691
parent 8734 ecb0a97100cf
child 8775 3cad01db0bae
equal deleted inserted replaced
8767:54c770f91714 8770:53481d654691
   329     set(physfs_output_name "hw_physfs")
   329     set(physfs_output_name "hw_physfs")
   330     add_subdirectory(misc/libphysfs)
   330     add_subdirectory(misc/libphysfs)
   331     #-XLA is a beta fpc flag that renames libraries before passing them to the linker
   331     #-XLA is a beta fpc flag that renames libraries before passing them to the linker
   332     #we also have to pass PHYSFS_INTERNAL to satisfy windows runtime requirements
   332     #we also have to pass PHYSFS_INTERNAL to satisfy windows runtime requirements
   333     #(should be harmless on other platforms)
   333     #(should be harmless on other platforms)
   334     list(APPEND pascal_flags "-XLAphysfs=${physfs_output_name}" "-dPHYSFS_INTERNAL")
   334     set(CMAKE_Pascal_FLAGS "-XLAphysfs=${physfs_output_name} -dPHYSFS_INTERNAL ${CMAKE_Pascal_FLAGS}")
   335 endif()
   335 endif()
   336 
   336 
   337 find_package_or_disable_msg(FFMPEG NOVIDEOREC "Video recording will not be built")
   337 find_package_or_disable_msg(FFMPEG NOVIDEOREC "Video recording will not be built")
   338 
   338 
   339 #physfs helper library
   339 #physfs helper library