Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ESP32-audioI2S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ESP32-audioI2S
Commits
77fd6a43
Commit
77fd6a43
authored
Jun 16, 2023
by
John Boiles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support for building as an IDF 4.4.4 component
parent
45c769d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
CMakeLists.txt
CMakeLists.txt
+9
-0
No files found.
CMakeLists.txt
0 → 100644
View file @
77fd6a43
get_filename_component
(
dir
${
CMAKE_CURRENT_LIST_FILE
}
PATH
)
FILE
(
GLOB_RECURSE app_sources
${
dir
}
/src/*.cpp
)
idf_component_register
(
SRCS
${
app_sources
}
REQUIRES
"ESP32-audioI2S"
INCLUDE_DIRS
"src"
REQUIRES wear_levelling Arduino
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment