Warning, /sdk/ktechlab/src/electronics/components/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 SET(components_STAT_SRCS
0002 # ecdiode.cpp
0003 # ecsevensegment.cpp
0004 # eckeypad.cpp
0005 # ec555.cpp
0006 # eccurrentsource.cpp
0007 # ecfixedvoltage.cpp
0008 # ecbcdto7segment.cpp
0009 # ecsignallamp.cpp
0010 # ecclockinput.cpp
0011 # ecpotentiometer.cpp
0012 # ecopamp.cpp
0013 # ecvoltagesource.cpp
0014 # eccurrentsignal.cpp
0015 # ecvoltagesignal.cpp
0016 # ecground.cpp
0017 # multiinputgate.cpp
0018 # fulladder.cpp
0019 # multiplexer.cpp
0020 # demultiplexer.cpp
0021 # externalconnection.cpp
0022 # ecsubcircuit.cpp
0023 # meter.cpp
0024 # probe.cpp
0025 # resistordip.cpp
0026 # addac.cpp
0027 # dependentsource.cpp
0028 # flipflop.cpp
0029 # toggleswitch.cpp
0030 # pushswitch.cpp
0031 # ram.cpp
0032 # discretelogic.cpp
0033 # piccomponent.cpp
0034 # piccomponentpin.cpp
0035 # binarycounter.cpp
0036 # bidirled.cpp
0037 # matrixdisplay.cpp
0038 # bussplitter.cpp
0039 # matrixdisplaydriver.cpp
0040 # magnitudecomparator.cpp
0041 # serialportcomponent.cpp
0042 # parallelportcomponent.cpp
0043 # inductor.cpp
0044 # ecbjt.cpp
0045 # rotoswitch.cpp
0046 # ecjfet.cpp
0047 # ecmosfet.cpp
0048 # variablecapacitor.cpp
0049 # variableresistor.cpp
0050 # capacitor.cpp
0051 # resistor.cpp
0052 # voltageregulator.cpp
0053 # ledbargraphdisplay.cpp
0054 # led.cpp
0055 )
0056
0057 add_library(components STATIC ${components_STAT_SRCS})
0058 target_link_libraries( components elements )