From 400e20420c947ec3e5116bc37ad2bf0c2b0a7512 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Thu, 20 Jun 2013 16:05:20 +0000 Subject: [PATCH] Adding headers to list of sources in top-level unit tests so that they show up in visual studio --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3afbf222a..74aa1e059 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -33,7 +33,7 @@ if (GTSAM_BUILD_TESTS) # Build grouped tests gtsam_add_grouped_scripts("tests" # Use subdirectory as group label - "test*.cpp" check "Test" # Standard for all tests + "test*.cpp;*.h" check "Test" # Standard for all tests "${tests_local_libs}" "${gtsam-default};CppUnitLite" "${tests_exclude}" # Pass in linking and exclusion lists ${is_test}) # Set all as tests endif (GTSAM_BUILD_TESTS)