Warning, /sdk/ktechlab/src/flowparts/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 SET(flowparts_STAT_SRCS 0002 # callsub.cpp 0003 # delay.cpp 0004 # end.cpp 0005 # forloop.cpp 0006 # readport.cpp 0007 # setpin.cpp 0008 # start.cpp 0009 # testpin.cpp 0010 # unary.cpp 0011 # varassignment.cpp 0012 # varcomparison.cpp 0013 # writeport.cpp 0014 # repeat.cpp 0015 # while.cpp 0016 # sub.cpp 0017 # count.cpp 0018 # embed.cpp 0019 # interrupt.cpp 0020 # keypad.cpp 0021 # pulse.cpp 0022 # sevenseg.cpp 0023 # inputbutton.cpp 0024 # flowpart.cpp 0025 # pinmapping.cpp 0026 # flowconnector.cpp 0027 # flowconnectorlist.cpp 0028 # flowicndocument.cpp 0029 # inputflownode.cpp 0030 # outputflownode.cpp 0031 # junctionflownode.cpp 0032 ) 0033 0034 add_library(flowparts STATIC ${flowparts_STAT_SRCS})