Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
RunCMake
/
CpsExportImportBuild
/
TestTool.cmake
blob: 6c069571d2b9a44709a981637a909ff755d97224 [
file
]
project
(
TestTool
C
)
add_executable
(
tool tool
.
c
)
install
(
TARGETS tool EXPORT tool
)
export
(
PACKAGE_INFO tool EXPORT tool
)