From 9cf4982ab5fc6d964e1a024ff91a72d1fee5dc00 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Tue, 27 Dec 2022 12:33:07 +0900 Subject: Imported Upstream version 1.9.4 --- addon/doxyparse/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addon/doxyparse/CMakeLists.txt') diff --git a/addon/doxyparse/CMakeLists.txt b/addon/doxyparse/CMakeLists.txt index f439c29..7747566 100644 --- a/addon/doxyparse/CMakeLists.txt +++ b/addon/doxyparse/CMakeLists.txt @@ -11,6 +11,9 @@ include_directories( add_executable(doxyparse doxyparse.cpp ) + +include(ApplyEditbin) +apply_editbin(doxyparse console) add_sanitizers(doxyparse) if (use_libclang) -- cgit v1.2.3