This website requires JavaScript.
Explore
Help
Sign In
12345qiupeng
/
gtsam
Watch
1
Star
0
Fork
You've already forked gtsam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8cb22624e0
gtsam
/
timing
/
CMakeLists.txt
4 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
Fixed broken timing script and fixed logic for building/excluding examples and timing scripts
2014-06-22 07:26:48 +08:00
gtsamAddTimingGlob
(
"*.cpp"
""
"gtsam"
)
Building timing scripts using new timing script support in GtsamTesting.cmake. Fixed compile errors in timing scripts but disabled a couple.
2014-06-08 10:02:11 +08:00
target_link_libraries
(
timeGaussianFactorGraph
CppUnitLite
)