Skip to content

Factorize cmake and bundle files

Jerome Dias requested to merge refactor/CmakeFactorizing into master

In this MR, we factorized some cmake and bundle files into LVCore and Superbuild to avoid duplication in all others Lidarview based projects.

Moved out:

  • CMake/bundle/apple/files/CMakeDMGBackground.tif
  • CMake/bundle/apple/files/CMakeDMGSetup.scpt.in
  • CMake/bundle/apple/LidarviewBundle.cmake (Reduced to LV specifics)
  • CMake/bundle/unix/LidarviewBundle.cmake (Reduced to LV specifics)
  • CMake/bundle/win32/LidarviewBundle.cmake (Reduced to LV specifics)
  • CMake/bundle/LidarviewBundleCommon.cmake (Reduced to LV specifics)

Reduced CMakeLists to mostly SetupLidarviewProject

TODO before merging :

@nick.laurenson @arnaud.billon PTAL

Edited by Jerome Dias

Merge request reports