mirror of
https://github.com/peter-tanner/neptunium-firmware.git
synced 2024-11-30 12:00:19 +08:00
8 lines
176 B
CMake
8 lines
176 B
CMake
|
cmake_minimum_required(VERSION 3.20)
|
||
|
|
||
|
project("neptunium" C CXX ASM)
|
||
|
|
||
|
include(cmake/st-project.cmake)
|
||
|
|
||
|
add_executable(${PROJECT_NAME})
|
||
|
add_st_target_properties(${PROJECT_NAME})
|