CMakeLists.txt 193 B

1234567891011121314
  1. # Copyright (c) 2021 Nordic Semiconductor
  2. #
  3. # SPDX-License-Identifier: Apache-2.0
  4. #
  5. zephyr_include_directories_ifdef(
  6. CONFIG_GETOPT
  7. .
  8. )
  9. zephyr_sources_ifdef(
  10. CONFIG_GETOPT
  11. getopt.c
  12. )