Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
export
/
EmptyExportFile-CMP0208-NEW.cmake
blob: 2bd27d2696493c84a136ccbe280e05a76a4584b3 [
file
]
cmake_policy
(
SET CMP0208 NEW
)
add_library
(
foo INTERFACE
)
install
(
TARGETS foo EXPORT foo
)
export
(
EXPORT foo FILE
)