3 lines
72 B
CMake
3 lines
72 B
CMake
if(LLDB_TOOL_LLDB_SERVER_BUILD)
|
|
add_subdirectory(lldb-server)
|
|
endif()
|