Find a target given its name
Find a library in a list of paths.
Param : | debug. If None, looks for both debug and release. If True, only look for a library built in debug, if False, only look for a library built in release. (This is only relevant on Windows) |
---|---|
Parameters: | expect_one – If True, raises:
Otherwise return a list of matches |
Find a binary in a list of paths.
Param : | debug. If None, looks for both debug and release. If True, only look for a binary built in debug, if False, only look for a binary built in release. (This is only relevant on Windows) |
---|---|
Parameters: | expect_one – If True, raises:
Otherwise return a list of matches |