11 lines
335 B
CMake
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)
|