alxhoff / FreeRTOS-Emulator

POSIX based FreeRTOS emulator with SDL2 graphics interface and multiple async communications interfaces, aiming to make it possible to teach FreeRTOS without embedded hardware using similar processes
https://alxhoff.github.io/FreeRTOS-Emulator/
GNU General Public License v3.0
60 stars 105 forks source link

Duplicate SET(TIDY_SOURCES... in tests.cmake #37

Closed PhilippvK closed 4 years ago

PhilippvK commented 4 years ago

See tests.cmake. I do not think this was intended.

SET(TIDY_SOURCES
    ${PROJECT_SOURCE_DIR}/lib/Gfx
    ${PROJECT_SOURCE_DIR}/lib/AsyncIO
    ${PROJECT_SOURCE_DIR}/src
    )

SET(TIDY_SOURCES
    ${PROJECT_SOURCE_DIR}/lib/Gfx
    ${PROJECT_SOURCE_DIR}/lib/AsyncIO
    ${PROJECT_SOURCE_DIR}/src
    )