Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
install
/
CMP0062-OLD.cmake
blob: 8874923b4cb4ce1a6f01f85207b93e210e0f1833 [
file
] [
log
] [
blame
]
cmake_policy
(
VERSION
3.2
)
cmake_policy
(
SET CMP0062 OLD
)
add_library
(
iface INTERFACE
)
export
(
TARGETS iface FILE
"${CMAKE_CURRENT_BINARY_DIR}/exported.cmake"
)
install
(
FILES
"${CMAKE_CURRENT_BINARY_DIR}/exported.cmake"
DESTINATION cmake
)