cmake/Tests/RunCMake/property_init/LibraryArtifact.cmake
2023-12-07 09:12:54 +01:00

11 lines
335 B
CMake

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)