summaryrefslogtreecommitdiff
path: root/src/memory/CMakeLists.txt
blob: beee73997b875eb7f73f4211f0e08e94febdd0a8 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: GPL-3.0-only

idf_component_register(
  SRCS "memory_resource.cpp"
  INCLUDE_DIRS "include"
  REQUIRES "esp_psram")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})