Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
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
)