PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
- )
|