6 lines
120 B
CMake
6 lines
120 B
CMake
|
set (excluded_examples
|
||
|
# fileToExclude.cpp
|
||
|
)
|
||
|
|
||
|
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam_unstable")
|