summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/property_init/LibraryArtifact.cmake
blob: 942b43392b09815e8429608b8352f97bee6a20d4 (plain)
1
2
3
4
5
6
7
8
9
10
per_config(properties
  # property              expected  alias
  # Linking properties
  "_POSTFIX"              "test"    "<UNSET>"
  )

prepare_target_types(library_with_artifact
           MODULE          SHARED          STATIC
  IMPORTED_MODULE IMPORTED_SHARED IMPORTED_STATIC)
run_property_tests(library_with_artifact properties)