georeferencing_private_files.cmake 750 B

123456789101112131415161718
  1. # Copyright (c) Contributors to the Open 3D Engine Project.
  2. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. set(FILES
  6. Source/GeoreferencingModuleInterface.cpp
  7. Source/GeoreferencingModuleInterface.h
  8. Source/Clients/GeoreferenceInternalStructures.cpp
  9. Source/Clients/GeoreferenceInternalStructures.h
  10. Source/Clients/GeoreferencingSystemComponent.cpp
  11. Source/Clients/GeoreferencingSystemComponent.h
  12. Source/Clients/GNSSFormatConversions.cpp
  13. Source/Clients/GNSSFormatConversions.h
  14. Source/Clients/GeoreferenceStructures.cpp
  15. Source/Clients/GeoreferenceLevelComponent.cpp
  16. Source/Clients/GeoreferenceLevelComponent.h
  17. )