SOES/applications/raspberry_lan9252demo/CMakeLists.txt

7 lines
109 B
CMake
Raw Normal View History

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