Base directory structure, lib module
This commit is contained in:
9
firmware/apps/weapon/CMakeLists.txt
Normal file
9
firmware/apps/weapon/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
# Zephyr mitteilen, dass unsere Libs Teil des Projekts sind
|
||||
list(APPEND ZEPHYR_EXTRA_MODULES ${CMAKE_CURRENT_SOURCE_DIR}/../../libs)
|
||||
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
project(lasertag_weapon)
|
||||
|
||||
target_sources(app PRIVATE src/main.c)
|
||||
1
firmware/apps/weapon/prj.conf
Normal file
1
firmware/apps/weapon/prj.conf
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_LASERTAG_UTILS=y
|
||||
Reference in New Issue
Block a user