mirror of
https://github.com/ennorehling/cutest.git
synced 2024-12-22 07:52:21 +00:00
define a cache-variable for this library
This commit is contained in:
parent
6a3b89d6bf
commit
82a9068456
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user