aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc/CMakeLists.txt
blob: a50d07798b5da364b5d1761112fc23a626219bce (plain)
1
2
3
4
5
6
7
8

set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)


if(NOT MSVC)
  add_subdirectory(examples)
  add_subdirectory(snippets)
endif(NOT MSVC)