PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
1234567891011121314 |
- project(test-mocks)
-
- add_library(test-mocks STATIC
- test-mocks.cpp
- test-mocks.h
- test-mocks_Namespace.h
- test-mocks_SerialMock.cpp
- test-mocks_SerialMock.hpp
- test-mocks_SerialMock.h
- )
-
- target_link_libraries(test-mocks
- midi
- )
|