7 lines
184 B
CMake
7 lines
184 B
CMake
|
list(APPEND to_exclude
|
||
|
timeFactorOverhead.cpp
|
||
|
timeSLAMlike.cpp)
|
||
|
gtsamAddTimingGlob("*.cpp" "${to_exclude}" "gtsam")
|
||
|
|
||
|
target_link_libraries(timeGaussianFactorGraph CppUnitLite)
|