Files
cmake/Tests/RunCMake/CpsExportImportBuild/TestTool.cmake
T
2026-07-22 10:45:59 -04:00

7 lines
122 B
CMake

project(TestTool C)
add_executable(tool tool.c)
install(TARGETS tool EXPORT tool)
export(PACKAGE_INFO tool EXPORT tool)