mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
f2ddedfa58
Latest material from data.kitware.com -> Collections -> Courses -> CMake.
7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
# 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.
|