var searchIndex = {}; searchIndex["cmake"] = {"doc":"A build dependency for running `cmake` to build a native library","items":[[3,"Config","cmake","Builder style configuration for a pending CMake build.",null,null],[5,"build","","Builds the native library rooted at `path` with the default cmake options.\nThis will return the directory in which the library was installed.",null,{"inputs":[{"name":"p"}],"output":{"name":"pathbuf"}}],[11,"new","","Creates a new blank set of configuration to build the project specified\nat the path `path`.",0,{"inputs":[{"name":"p"}],"output":{"name":"config"}}],[11,"cflag","","Adds a custom flag to pass down to the compiler, supplementing those\nthat this library already passes.",0,null],[11,"define","","Adds a new `-D` flag to pass to cmake during the generation step.",0,null],[11,"register_dep","","Registers a dependency for this compilation on the native library built\nby Cargo previously.",0,null],[11,"target","","Sets the target triple for this compilation.",0,null],[11,"host","","Sets the host triple for this compilation.",0,null],[11,"out_dir","","Sets the output directory for this compilation.",0,null],[11,"profile","","Sets the profile for this compilation.",0,null],[11,"build_arg","","Add an argument to the final `cmake` build step",0,null],[11,"build_target","","Sets the build target for the final `cmake` build step, this will\ndefault to "install" if not specified.",0,null],[11,"build","","Run this configuration, compiling the library with all the configured\noptions.",0,null]],"paths":[[3,"Config"]]}; initSearch(searchIndex);