blob: 29ba9a1cacecdfa6d350c0365ab9d77a0f1cbe14 [file] [log] [blame]
if (NOT CMAKE_SYSTEM_NAME MATCHES "Linux")
return ()
endif ()
include(${LLDB_PROJECT_ROOT}/cmake/LLDBDependencies.cmake)
add_library(lldb-intel-mpxtable SHARED
IntelMPXTablePlugin.cpp
)
target_link_libraries(lldb-intel-mpxtable
PUBLIC liblldb LLVMSupport)
install(TARGETS lldb-intel-mpxtable
LIBRARY DESTINATION bin)