summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/property_init/Linkable.cmake
blob: e5d75d1151d13cbda2970e8cb84234e96ea1921c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
per_config(properties
  # property                        expected  alias
  # Linking properties
  ## Platforms
  ### macOS
  "FRAMEWORK_MULTI_CONFIG_POSTFIX_" ".fw"     "<UNSET>"
  )

prepare_target_types(linkable
           EXECUTABLE          SHARED          STATIC
  IMPORTED_EXECUTABLE IMPORTED_SHARED IMPORTED_STATIC)
run_property_tests(linkable properties)