mirror of
https://github.com/opnsense/src.git
synced 2026-04-06 09:55:24 -04:00
14 lines
277 B
CMake
14 lines
277 B
CMake
if(NOT LLDB_BUILT_STANDALONE)
|
|
set(tablegen_deps intrinsics_gen)
|
|
endif()
|
|
|
|
|
|
add_lldb_library(lldbPluginRenderScriptRuntime
|
|
RenderScriptRuntime.cpp
|
|
RenderScriptExpressionOpts.cpp
|
|
RenderScriptx86ABIFixups.cpp
|
|
RenderScriptScriptGroup.cpp
|
|
|
|
DEPENDS
|
|
${tablegen_deps}
|
|
)
|