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
dfe524b4
Unverified
Commit
dfe524b4
authored
Jun 17, 2023
by
Wolle
Committed by
GitHub
Jun 17, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #554 from johnboiles/idf-support
Support for building as an IDF 4.4.4 component
parents
0a538233
77fd6a43
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 @
dfe524b4
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