[libc++] Add __iswctype to the locale base API since it's required by <locale> (...
[llvm-project.git] / lldb / source / Plugins / Platform / QemuUser / CMakeLists.txt
blob03a5ba17044fa9868dfdb7ded9c8bc8f0ab64f22
1 lldb_tablegen(PlatformQemuUserProperties.inc -gen-lldb-property-defs
2   SOURCE PlatformQemuUserProperties.td
3   TARGET LLDBPluginPlatformQemuUserPropertiesGen)
5 lldb_tablegen(PlatformQemuUserPropertiesEnum.inc -gen-lldb-property-enum-defs
6   SOURCE PlatformQemuUserProperties.td
7   TARGET LLDBPluginPlatformQemuUserPropertiesEnumGen)
9 add_lldb_library(lldbPluginPlatformQemuUser PLUGIN
10   PlatformQemuUser.cpp
12   LINK_LIBS
13     lldbUtility
14   LINK_COMPONENTS
15     Support
16     )
18 add_dependencies(lldbPluginPlatformQemuUser
19   LLDBPluginPlatformQemuUserPropertiesGen
20   LLDBPluginPlatformQemuUserPropertiesEnumGen)