define a cache-variable for this library

This commit is contained in:
Enno Rehling 2012-06-03 11:48:07 -07:00
parent 6a3b89d6bf
commit 82a9068456
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ if (${MSVC_FOUND})
MSVC_CRT_SECURE_NO_WARNINGS (cutest) MSVC_CRT_SECURE_NO_WARNINGS (cutest)
MSVC_CRT_SECURE_NO_WARNINGS (AllTests) MSVC_CRT_SECURE_NO_WARNINGS (AllTests)
endif (${MSVC_FOUND}) endif (${MSVC_FOUND})
set (CUTEST_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR} CACHE INTERNAL "CuTest headers")