]> git.cworth.org Git - apitrace-tests/blobdiff - CMakeLists.txt
Basic automation with CTest.
[apitrace-tests] / CMakeLists.txt
index 32c3029ebd9252e0a0726668530bfa0fa6834727..f69714af88f1010536d51f36d3cd8a085411c74a 100644 (file)
@@ -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)