blob: 6c069571d2b9a44709a981637a909ff755d97224 [file]
project(TestTool C)
add_executable(tool tool.c)
install(TARGETS tool EXPORT tool)
export(PACKAGE_INFO tool EXPORT tool)