mirror of
https://github.com/peter-tanner/tinyusb-cdc-stm32f302c8-stm32-hal-minimal.git
synced 2024-11-30 09:00:15 +08:00
8 lines
186 B
CMake
8 lines
186 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
|
|
project("tinyusb-stm32f302c8" C CXX ASM)
|
|
|
|
include(cmake/st-project.cmake)
|
|
|
|
add_executable(${PROJECT_NAME})
|
|
add_st_target_properties(${PROJECT_NAME}) |