NextVOD_Baremetal_Hello/CMakeLists.txt

13 lines
127 B
CMake
Raw Normal View History

2022-06-21 01:28:16 +00:00
cmake_minimum_required(VERSION 3.10)
project(hello)
set(TARGET_SRCS
"src/main.c"
)
set(TARGET_INCLUDES
"include"
)