X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=CMakeLists.txt;h=f69714af88f1010536d51f36d3cd8a085411c74a;hp=32c3029ebd9252e0a0726668530bfa0fa6834727;hb=accd3917f73ef5e77541d7125041cf8361fbe899;hpb=1902daf4c77939649b15ad49cdecd475c33264c0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 32c3029..f69714a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,5 +51,11 @@ if (MSVC) add_definitions (-wd4244) # conversion' conversion from 'type1' to 'type2', possible loss of data endif () + +set (APITRACE_BINARY_DIR "${CMAKE_BINARY_DIR}/.." CACHE PATH "apitrace build directory") + + +enable_testing() + add_subdirectory (apps)