mirror of https://github.com/ARMmbed/mbed-os.git
CMake: unit-tests: CircularBuffer: Remove trailing whitespace
parent
8d3fc33965
commit
3abc7886a9
|
@ -6,14 +6,14 @@ set(TEST_NAME circularbuffer-unittest)
|
||||||
add_executable(${TEST_NAME})
|
add_executable(${TEST_NAME})
|
||||||
|
|
||||||
target_sources(${TEST_NAME}
|
target_sources(${TEST_NAME}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
test_CircularBuffer.cpp
|
test_CircularBuffer.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(${TEST_NAME}
|
target_link_libraries(${TEST_NAME}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
mbed-headers
|
mbed-headers
|
||||||
mbed-stubs-platform
|
mbed-stubs-platform
|
||||||
gmock_main
|
gmock_main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue