mirror of
https://github.com/peter-tanner/satellite-testing-system.git
synced 2024-11-30 04:20:15 +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}) |