PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
249B

  1. project(test-mocks)
  2. add_library(test-mocks STATIC
  3. test-mocks.cpp
  4. test-mocks.h
  5. test-mocks_Namespace.h
  6. test-mocks_SerialMock.cpp
  7. test-mocks_SerialMock.hpp
  8. test-mocks_SerialMock.h
  9. )
  10. target_link_libraries(test-mocks
  11. midi
  12. )