Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
62dc29dfccbecb51962d8b7bb6ec00e596272d75
/
.
/
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
)