Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
be81b4e20bdfdffe412bb15618f53f359fe95d68
/
.
/
Tests
/
RunCMake
/
VS10Project
/
VsCustomProps.cmake
blob: d6c905fb5f2e8fac5017c3c8b391b8b961e0f15e [
file
]
enable_language
(
CXX
)
add_library
(
foo foo
.
cpp
)
set
(
props_file
"${CMAKE_CURRENT_SOURCE_DIR}/my.props"
)
set_target_properties
(
foo PROPERTIES
VS_USER_PROPS
"${props_file}"
VS_FILTER_PROPS
"${props_file}"
)