CMakeFiles.cmake 507 B

123456789101112131415
  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. if(NOT INSTALLED_ENGINE)
  9. # Add all cmake files in a project so they can be handled from within the IDE
  10. ly_include_cmake_file_list(cmake/cmake_files.cmake)
  11. add_custom_target(CMakeFiles SOURCES ${ALLFILES})
  12. ly_source_groups_from_folders("${ALLFILES}")
  13. unset(ALLFILES)
  14. endif()