7 lines
99 B
CMake
7 lines
99 B
CMake
add_lldb_tool(lldb-argdumper INCLUDE_IN_FRAMEWORK
|
|
argdumper.cpp
|
|
|
|
LINK_LIBS
|
|
lldbUtility
|
|
)
|