mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 23:29:31 -06: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; }
|