mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-01 16:24:28 +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)
|