Move FFT to objects project

This commit is contained in:
Alex Harker
2019-06-19 13:45:43 +01:00
parent 1ac523c910
commit fb32f54346
2 changed files with 3 additions and 3 deletions
@@ -19,8 +19,6 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\FrameLib_Dependencies\HISSTools_FFT\HISSTools_FFT.h" />
<ClInclude Include="..\..\..\FrameLib_Dependencies\HISSTools_FFT\HISSTools_FFT_Core.h" />
<ClInclude Include="..\..\..\FrameLib_Dependencies\tlsf\tlsf.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Context.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_DSP.h" />
@@ -38,7 +36,6 @@
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Types.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\FrameLib_Dependencies\HISSTools_FFT\HISSTools_FFT.cpp" />
<ClCompile Include="..\..\..\FrameLib_Dependencies\tlsf\tlsf.c" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_DSP.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_Errors.cpp" />
@@ -19,6 +19,8 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\FrameLib_Dependencies\HISSTools_FFT\HISSTools_FFT.h" />
<ClInclude Include="..\..\..\FrameLib_Dependencies\HISSTools_FFT\HISSTools_FFT_Core.h" />
<ClInclude Include="..\..\..\FrameLib_Objects\Binary\FrameLib_Binary_Objects.h" />
<ClInclude Include="..\..\..\FrameLib_Objects\Binary\FrameLib_Binary_Template.h" />
<ClInclude Include="..\..\..\FrameLib_Objects\Buffer\FrameLib_Info.h" />
@@ -124,6 +126,7 @@
<ClInclude Include="..\..\..\FrameLib_Objects\Vector\FrameLib_Vector_Template.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\FrameLib_Dependencies\HISSTools_FFT\HISSTools_FFT.cpp" />
<ClCompile Include="..\..\..\FrameLib_Objects\Buffer\FrameLib_Info.cpp" />
<ClCompile Include="..\..\..\FrameLib_Objects\Buffer\FrameLib_Read.cpp" />
<ClCompile Include="..\..\..\FrameLib_Objects\Common_Utilities\FrameLib_RandGen.cpp" />