mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
7 lines
122 B
CMake
7 lines
122 B
CMake
project(TestTool C)
|
|
|
|
add_executable(tool tool.c)
|
|
|
|
install(TARGETS tool EXPORT tool)
|
|
export(PACKAGE_INFO tool EXPORT tool)
|