• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/ucode/examples/CMakeLists.txt

  1 FILE(GLOB examples "*.c")
  2 FOREACH(example ${examples})
  3   GET_FILENAME_COMPONENT(example ${example} NAME_WE)
  4   SET(CLI_SOURCES main.c)
  5   ADD_EXECUTABLE(${example} ${example}.c)
  6   TARGET_LINK_LIBRARIES(${example} libucode ${json})
  7 ENDFOREACH(example)

This page was automatically generated by LXR 0.3.1.  •  OpenWrt