Warning, /sdk/ktechlab/src/languages/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 SET(languages_STAT_SRCS 0002 # language.cpp 0003 # languagemanager.cpp 0004 # microbe.cpp 0005 # externallanguage.cpp 0006 # gpasm.cpp 0007 # gpdasm.cpp 0008 # processchain.cpp 0009 # flowcode.cpp 0010 # asmparser.cpp 0011 # sdcc.cpp 0012 # gplink.cpp 0013 # gplib.cpp 0014 # sourceline.cpp 0015 # picprogrammer.cpp 0016 ) 0017 0018 add_library(languages STATIC ${languages_STAT_SRCS}) 0019 target_link_libraries( languages gui )