mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-09 07:00:27 +08:00
39ceba409b
* 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 .
9 lines
149 B
CMake
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)
|