Package ch.epfl.scala.bsp4j
Interface CppBuildServer
-
public interface CppBuildServer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<CppOptionsResult>
buildTargetCppOptions(CppOptionsParams params)
The build target cpp options request is sent from the client to the server to query for the list of compiler options necessary to compile in a given list of targets.
-
-
-
Method Detail
-
buildTargetCppOptions
java.util.concurrent.CompletableFuture<CppOptionsResult> buildTargetCppOptions(CppOptionsParams params)
The build target cpp options request is sent from the client to the server to query for the list of compiler options necessary to compile in a given list of targets.
-
-