Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-16612

Eliminate add_target_property

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • None
    • Build System
    • None

    Description

      We have a few CMake functions based on add_target_property that seem to have native CMake equivalents. We should use the native versions for simplicity and performance.

      The replacements seem to be as follows (though I haven't investigated whether they are 100% equivalent for everything we do):

      • add_target_compile_flags => target_compile_options
      • add_target_link_flags => target_link_options
      • add_target_compile_definitions => target_compile_definitions
      • add_target_include_directories => target_include_directories

      Attachments

        Activity

          People

            Unassigned Unassigned
            ThFabba ThFabba
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: