Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
property_init
/
SharedLibrary.cmake
blob: 49715a49f082b3e680af4a3b28dc13e8f88b7cff [
file
]
set
(
dir
"${CMAKE_CURRENT_BINARY_DIR}"
)
set
(
properties
# property expected alias
# Linking properties
"DLL_NAME_WITH_SOVERSION"
"OFF"
"<SAME>"
)
prepare_target_types
(
shared_library
SHARED
IMPORTED_SHARED
)
run_property_tests
(
shared_library properties
)