misc/libphysfs/CMakeLists.txt
changeset 9209 2c1e00a764bd
parent 9196 89d98f970de9
child 9224 bce8cf41d666
equal deleted inserted replaced
9208:acb2492288e5 9209:2c1e00a764bd
   232                        LIBRARY DESTINATION ${target_library_install_dir}
   232                        LIBRARY DESTINATION ${target_library_install_dir}
   233                        ARCHIVE DESTINATION ${target_library_install_dir})
   233                        ARCHIVE DESTINATION ${target_library_install_dir})
   234 get_target_property(physfs_fullpath physfs LOCATION)
   234 get_target_property(physfs_fullpath physfs LOCATION)
   235 
   235 
   236 ## added standard variables emulating the FindPhysFS.cmake ones (FORCE or cmake won't pick 'em)
   236 ## added standard variables emulating the FindPhysFS.cmake ones (FORCE or cmake won't pick 'em)
   237 set(PHYSFS_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/misc/libphysfs/ CACHE STRING "Physfs include dir" FORCE)
   237 set(PHYSFS_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE STRING "Physfs include dir" FORCE)
   238 set(PHYSFS_LIBRARY ${physfs_fullpath} CACHE STRING "Physfs library path" FORCE)
   238 set(PHYSFS_LIBRARY ${physfs_fullpath} CACHE STRING "Physfs library path" FORCE)
   239 
   239 
   240 
   240 
   241 ## removed language bindings and test program
   241 ## removed language bindings and test program
   242 ## simplified configuration output
   242 ## simplified configuration output