[LoongArch] Supports FP_TO_SINT operation for fp16 (#118303)
[llvm-project.git] / lldb / source / Plugins / ObjectContainer / Mach-O-Fileset / CMakeLists.txt
blobad73a36f3f6a7af55b1af36624aeef0492d61143
1 add_lldb_library(lldbPluginObjectContainerMachOFileset PLUGIN
2   ObjectContainerMachOFileset.cpp
4   LINK_LIBS
5     lldbCore
6     lldbHost
7     lldbSymbol
8     lldbTarget
9     lldbUtility
10   )