blob: 12516d8974f4d830f256af1ea1056c02e2bf9293 [file] [log] [blame]
# Copyright (c) 2022 Meta
#
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(hash_map)
target_sources(app PRIVATE src/main.c)