arduino_midi_library/test/mocks/CMakeLists.txt

17 lines
295 B
CMake

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
midi_RingBuffer.h
midi_RingBuffer.hpp
)
target_link_libraries(test-mocks
midi
)