misc/libphysfs/CMakeLists.txt
branchphysfslayer
changeset 8544 d610e692e2f6
parent 8542 dc511bf91aa0
child 8821 e85ff6e298b5
child 8833 c13ebed437cb
child 9110 3883b5dc600c
equal deleted inserted replaced
8542:dc511bf91aa0 8544:d610e692e2f6
   280 
   280 
   281 ## added standard variables emulating the FindPhysFS.cmake ones (FORCE or cmake won't pick 'em)
   281 ## added standard variables emulating the FindPhysFS.cmake ones (FORCE or cmake won't pick 'em)
   282 set(PHYSFS_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/misc/libphysfs/ CACHE STRING "" FORCE)
   282 set(PHYSFS_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/misc/libphysfs/ CACHE STRING "" FORCE)
   283 set(PHYSFS_LIBRARY ${LIBRARY_OUTPUT_PATH}/${lib_prefix}${physfs_output_name}${lib_suffix} CACHE STRING "" FORCE)
   283 set(PHYSFS_LIBRARY ${LIBRARY_OUTPUT_PATH}/${lib_prefix}${physfs_output_name}${lib_suffix} CACHE STRING "" FORCE)
   284 
   284 
   285 ## this is to avoid find_package() find the just built library and shadowing it at next cmake run
       
   286 set(PHYSFS_BUNDLE TRUE CACHE STRING "" FORCE)
       
   287 
       
   288 
   285 
   289 ## removed install, language bindings and test program
   286 ## removed install, language bindings and test program
   290 ## simplified configuration output
   287 ## simplified configuration output
   291 
   288 
   292 #message(STATUS "PhysFS will be built with ${PHYSFS_FEATURES} support")
   289 #message(STATUS "PhysFS will be built with ${PHYSFS_FEATURES} support")