X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=f69714af88f1010536d51f36d3cd8a085411c74a;hb=a6019a4b6c867eeb6294fe36bdb58044d1399ee3;hp=32c3029ebd9252e0a0726668530bfa0fa6834727;hpb=1902daf4c77939649b15ad49cdecd475c33264c0;p=apitrace-tests 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)