ENH: use OPENGL_LIBRARY_PATH as additional search path
[cmake.git] / Example / CMakeLists.txt
blob4ebee33678119e20e55634d33a993dcc1b4b523f
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 SUBDIRS(Hello Demo)