From 82a9068456543775d3dffd0df717ae09d3fbc946 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 3 Jun 2012 11:48:07 -0700 Subject: [PATCH] define a cache-variable for this library --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ed34f8..d24f8b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,3 +13,6 @@ if (${MSVC_FOUND}) MSVC_CRT_SECURE_NO_WARNINGS (cutest) MSVC_CRT_SECURE_NO_WARNINGS (AllTests) endif (${MSVC_FOUND}) + +set (CUTEST_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR} CACHE INTERNAL "CuTest headers") +