mirror of
https://github.com/peter-tanner/eMMC-USB-mass-storage-device-STM32L476.git
synced 2024-11-30 07:00:16 +08:00
8 lines
170 B
CMake
8 lines
170 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
|
|
project("MCU" C CXX ASM)
|
|
|
|
include(cmake/st-project.cmake)
|
|
|
|
add_executable(${PROJECT_NAME})
|
|
add_st_target_properties(${PROJECT_NAME}) |