platform_mac_files.cmake 495 B

123456789101112131415161718
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Editor/Core/QtEditorApplication_mac.mm
  10. ../../WindowObserver_mac.h
  11. ../../WindowObserver_mac.mm
  12. ../../MainWindow_mac.mm
  13. ../../RenderViewport_mac.mm
  14. ../Common/Unimplemented/Util/Mailer_Unimplemented.cpp
  15. ../../Util/Platform/Mac/FileUtil_Mac.cpp
  16. )