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

idf_component_register(
  SRCS "collation.cpp" "strxfrm_l.c"
  INCLUDE_DIRS "include"
  PRIV_INCLUDE_DIRS "priv_include"
  REQUIRES "esp_partition" "spi_flash")

target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})