eigen/unsupported/doc/CMakeLists.txt
Jitse Niesen 39ceba409b Various improvements to the docs for unsupported.
* Enable compilation of examples for unsupported.
* Fix use of std::vector in BVH example.
* Add an example for the matrix exponential.
* Bug fixes in unsupported/doc/{examples,snippets}/CMakeLists.txt .
2009-12-07 19:10:11 +00:00

9 lines
149 B
CMake

set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
if(NOT MSVC)
add_subdirectory(examples)
add_subdirectory(snippets)
endif(NOT MSVC)