Move FFT to objects project
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user