diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-09-26 13:36:07 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-09-26 13:36:07 +1000 |
| commit | 4d99d22e10a3cb2a421da1618c127128816613c9 (patch) | |
| tree | 527490a466348e5cf40cf10a8f3768aa5be4e7c1 /src/dev_console/CMakeLists.txt | |
| parent | f6d06421090f88094aba76b72b04d614f54efafa (diff) | |
| download | tangara-fw-4d99d22e10a3cb2a421da1618c127128816613c9.tar.gz | |
std::string -> std::pmr::string in psram
Diffstat (limited to 'src/dev_console/CMakeLists.txt')
| -rw-r--r-- | src/dev_console/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev_console/CMakeLists.txt b/src/dev_console/CMakeLists.txt index 74911e66..5555bf61 100644 --- a/src/dev_console/CMakeLists.txt +++ b/src/dev_console/CMakeLists.txt @@ -5,5 +5,5 @@ idf_component_register( SRCS "console.cpp" INCLUDE_DIRS "include" - REQUIRES "console") + REQUIRES "console" "memory") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
