mirror of
https://github.com/ennorehling/cutest.git
synced 2024-12-22 07:52:21 +00:00
fix cmake directory variables
This commit is contained in:
parent
23b0c424d9
commit
28ac6ae81c
@ -14,5 +14,5 @@ if (${MSVC_FOUND})
|
||||
MSVC_CRT_SECURE_NO_WARNINGS (AllTests)
|
||||
endif (${MSVC_FOUND})
|
||||
|
||||
set (CUTEST_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR} CACHE INTERNAL "CuTest headers")
|
||||
set (CUTEST_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "CuTest headers")
|
||||
set (CUTEST_LIBRARIES cutest CACHE INTERNAL "CuTest libraries")
|
||||
|
Loading…
Reference in New Issue
Block a user