cmake_cpputest_template/src/CMakeLists.txt

9 lines
152 B
CMake
Raw Normal View History

add_executable(${PROJECT_NAME}
2024-03-15 20:46:33 +00:00
main.c
)
# Ensure the build rules are defined
set_target_properties(${PROJECT_NAME} PROPERTIES SUFFIX ".elf")