12 lines · plain
1set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND SymbolVendor)2set_property(DIRECTORY PROPERTY LLDB_ACCEPTABLE_PLUGIN_DEPENDENCIES ObjectFile)3 4add_subdirectory(ELF)5 6if (CMAKE_SYSTEM_NAME MATCHES "Darwin")7 add_subdirectory(MacOSX)8endif()9 10add_subdirectory(PECOFF)11add_subdirectory(wasm)12