diff --git a/cmake/example_project/CMakeLists.txt b/cmake/example_project/CMakeLists.txt index 8090c5974..0700d0262 100644 --- a/cmake/example_project/CMakeLists.txt +++ b/cmake/example_project/CMakeLists.txt @@ -3,6 +3,7 @@ # - GTSAM linking # - Unit tests via CppUnitLite # - Scripts +# - Automatic MATLAB wrapper generation ################################################################################### # To create your own project, replace "example" with the actual name of your project