From 64a55f139383644dfb81514e0ed4d74b5d745569 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 23 Jan 2018 20:36:11 -0800 Subject: [PATCH] fix asan build --- tests/gl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gl/CMakeLists.txt b/tests/gl/CMakeLists.txt index 2b2b79d8b2..40bb64be1c 100644 --- a/tests/gl/CMakeLists.txt +++ b/tests/gl/CMakeLists.txt @@ -1,6 +1,7 @@ set(TARGET_NAME gl-test) # This is not a testcase -- just set it up as a regular hifi project setup_hifi_project(Quick Gui OpenGL) +setup_memory_debugger() set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/") link_hifi_libraries(shared gl) package_libraries_for_deployment()