From: James Cowgill <jcowgill@debian.org>
Date: Mon, 21 Feb 2022 20:37:25 +0100
Subject: Remove bundled unittest++ and fix unittest++ project file

Forwarded: not-needed
---
 LiteEditor/CMakeLists.txt                                | 1 -
 Runtime/templates/projects/UnitTest++/UnitTest++.project | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

--- a/LiteEditor/CMakeLists.txt
+++ b/LiteEditor/CMakeLists.txt
@@ -261,7 +261,6 @@
     install(
         DIRECTORY ${CL_SRC_ROOT}/Runtime/images
                   ${CL_SRC_ROOT}/Runtime/gdb_printers
-                  ${CL_SRC_ROOT}/Runtime/src/
                   ${CL_SRC_ROOT}/Runtime/lexers
                   ${CL_SRC_ROOT}/Runtime/templates
                   ${CL_SRC_ROOT}/Runtime/rc
--- a/Runtime/templates/projects/UnitTest++/UnitTest++.project
+++ b/Runtime/templates/projects/UnitTest++/UnitTest++.project
@@ -18,6 +18,7 @@
     <Configuration Name="Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
       <Compiler Options="-gdwarf-2" C_Options="-gdwarf-2" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="1">
         <IncludePath Value="."/>
+        <IncludePath Value="/usr/include/unittest++"/>
       </Compiler>
       <Linker Options="" Required="yes">
         <LibraryPath Value=""/>
@@ -60,6 +61,7 @@
     <Configuration Name="Release" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
       <Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="1">
         <IncludePath Value="."/>
+        <IncludePath Value="/usr/include/unittest++"/>
       </Compiler>
       <Linker Options="-O2" Required="yes">
         <LibraryPath Value=""/>
