Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
InstallPackageInfo
/
Destination-install-check.cmake
blob: f98c3ecdd048965d64f8cae9c6a4b7f5c24ecba3 [
file
]
include
(
$
{
CMAKE_CURRENT_LIST_DIR
}/
Assertions
.
cmake
)
file
(
READ
"${RunCMake_BINARY_DIR}/install/test/foo.cps"
content
)
expect_value
(
"${content}"
"foo"
"name"
)
expect_value
(
"${content}"
"interface"
"components"
"foo"
"type"
)