CMakeLists.txt 465 B

123456789101112131415161718192021
  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. ly_add_target(
  9. NAME CrySystem.XMLBinary STATIC
  10. NAMESPACE Legacy
  11. FILES_CMAKE
  12. crysystem_xmlbinary_files.cmake
  13. INCLUDE_DIRECTORIES
  14. PUBLIC
  15. .
  16. BUILD_DEPENDENCIES
  17. PUBLIC
  18. Legacy::CryCommon
  19. )