BUG: Fix typo to find QAssistantClient header.
[cmake.git] / Example / CMakeLists.txt
blob8ee7d721e26208871ed919c8f272e6031049eedd
1 # The name of our project is "HELLO".  CMakeLists files in this project can
2 # refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and
3 # to the root binary directory of the project as ${HELLO_BINARY_DIR}.
4 project (HELLO)
6 # Recurse into the "Hello" and "Demo" subdirectories.  This does not actually
7 # cause another cmake executable to run.  The same process will walk through
8 # the project's entire directory structure.
9 add_subdirectory (Hello)
10 add_subdirectory (Demo)