From bd6b7a63d90352d733010da69c87233cd39f4cd8 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 6 May 2014 19:12:59 -0700 Subject: [PATCH] Fixed comment --- cmake/example_project/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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