Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 3.79 KB

README.md

File metadata and controls

30 lines (29 loc) · 3.79 KB

EIE3105_ATmega328P_Application

GCC

Notes

  • GoogleTest does not support C project, therefore
    • Force CMake to compile C source (main.c) with as C++ source:
      • set_source_files_properties("main.c" PROPERTIES LANGUAGE CXX)

Reference