From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- .../Source_2CommonTables_2CMakeLists_8txt.html | 154 +++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 docs/DSP/html/Source_2CommonTables_2CMakeLists_8txt.html (limited to 'docs/DSP/html/Source_2CommonTables_2CMakeLists_8txt.html') diff --git a/docs/DSP/html/Source_2CommonTables_2CMakeLists_8txt.html b/docs/DSP/html/Source_2CommonTables_2CMakeLists_8txt.html new file mode 100644 index 0000000..8aef4f3 --- /dev/null +++ b/docs/DSP/html/Source_2CommonTables_2CMakeLists_8txt.html @@ -0,0 +1,154 @@ + + + + + +CMakeLists.txt File Reference +CMSIS-DSP: CMakeLists.txt File Reference + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.7.0 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
CMakeLists.txt File Reference
+
+
+ + + + +

+Functions

 cmake_minimum_required (VERSION 3.6) project(CMSISDSPCommon) add_library(CMSISDSPCommon STATIC arm_common_tables.c) if(CONFIGTABLE AND ALLFFT) target_compile_definitions(CMSISDSPCommon PUBLIC ARM_ALL_FFT_TABLES) endif() if(CONFIGTABLE AND ALLFAST) target_compile_definitions(CMSISDSPCommon PUBLIC ARM_ALL_FAST_TABLES) endif() include(fft) fft(CMSISDSPCommon) include(interpol) interpol(CMSISDSPCommon) target_sources(CMSISDSPCommon PRIVATE arm_const_structs.c) configdsp(CMSISDSPCommon..) target_include_directories(CMSISDSPCommon PUBLIC"$
 
+

Function Documentation

+ +
+
+ + + + + + + + +
cmake_minimum_required (VERSION 3. 6)
+
+ +
+
+
+
+ + + + -- cgit