annotate examples/CMakeLists.txt @ 16:6faf3d3cb95e

CMake: implement install and package targets.
author SokoL_SD
date Thu, 14 May 2009 17:09:25 +0000
parents 0a29ce1ae854
children e747af2e6b46
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
1 add_subdirectory(itemviews)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
2 add_subdirectory(mainwindows)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
3 add_subdirectory(opengl)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
4 add_subdirectory(tutorials)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
5 add_subdirectory(widgets)