Description: Remove bundled unittest++ and fix unittest++ project file
Author: James Cowgill <jcowgill@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/LiteEditor/CMakeLists.txt
+++ b/LiteEditor/CMakeLists.txt
@@ -155,7 +155,6 @@ if(NOT APPLE)
     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
diff --git a/Runtime/templates/projects/UnitTest++/UnitTest++.project b/Runtime/templates/projects/UnitTest++/UnitTest++.project
index c3f2180db..089ac7b64 100644
--- 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="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
         <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="0">
         <IncludePath Value="."/>
+        <IncludePath Value="/usr/include/unittest++"/>
       </Compiler>
       <Linker Options="-O2" Required="yes">
         <LibraryPath Value=""/>
