Skip to content

dirkarnez/EIE3105_ATmega328P_Application

Repository files navigation

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