diff options
Diffstat (limited to 'Tests/Tutorial/Consumer/directions.txt')
-rw-r--r-- | Tests/Tutorial/Consumer/directions.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Tutorial/Consumer/directions.txt b/Tests/Tutorial/Consumer/directions.txt new file mode 100644 index 0000000..6a70aab --- /dev/null +++ b/Tests/Tutorial/Consumer/directions.txt @@ -0,0 +1,6 @@ +# Import a CMake Project# + +This examples shows how a project can find other CMake packages that +generated Config.cmake files. + +It also shows how to state a projects external dependencies when generating a Config.cmake. |