mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
7 lines
119 B
CMake
7 lines
119 B
CMake
|
|
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
|
|
|
if(NOT MSVC)
|
|
add_subdirectory(examples)
|
|
endif(NOT MSVC)
|