Files
clang-p2996/lldb/source/Plugins/ExpressionParser/CMakeLists.txt
Pavel Labath 46e1e9f104 Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)
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.
2025-06-24 11:10:35 +02:00

4 lines
92 B
CMake

set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND ExpressionParser)
add_subdirectory(Clang)