Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
62dc29dfccbecb51962d8b7bb6ec00e596272d75
/
.
/
Tests
/
RunCMake
/
CpsExportImportInstall
/
TestTool.cmake
blob: f2fa14732d76b220e8614da33b54fdd73f925e35 [
file
]
project
(
TestTool
C
)
set
(
CMAKE_INSTALL_PREFIX
"${CMAKE_BINARY_DIR}/../install"
)
add_executable
(
tool tool
.
c
)
install
(
TARGETS tool EXPORT tool
)
install
(
PACKAGE_INFO tool DESTINATION cps EXPORT tool
)