SOES/applications/raspberry_lan9252demo/CMakeLists.txt
iwoodsawyer ff73a5cb45 Add app demo with raspberry pi
Fix hal compilation errors with raspberry pi
2021-04-27 12:46:53 -07:00

7 lines
109 B
CMake

add_executable (demo
main.c
slave_objectlist.c
)
target_link_libraries(demo LINK_PUBLIC soes bcm2835)