mirror of
https://github.com/Kitware/CMake.git
synced 2025-07-19 14:04:19 +08:00

We teach the FindPackageTest to build a sample project that stores its build tree in the user package registry using export(PACKAGE), and then find it with find_package.
2 lines
25 B
C
2 lines
25 B
C
int main() { return 0; }
|