The only difference from the original PR are the added BRIEF and FULL_DOCS arguments to define_property, which are required for cmake<3.23.
9 lines
242 B
CMake
9 lines
242 B
CMake
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND InstrumentationRuntime)
|
|
|
|
add_subdirectory(ASan)
|
|
add_subdirectory(ASanLibsanitizers)
|
|
add_subdirectory(MainThreadChecker)
|
|
add_subdirectory(TSan)
|
|
add_subdirectory(UBSan)
|
|
add_subdirectory(Utility)
|