Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 469 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 469 Bytes

OBCMake

For personal use. Use them if you want.

Will add real documentation if this expands to be large enough.

Usage

Grab FetchOBCMake.cmake, place it in a location visible to CMAKE_MODULE_PATH, and then:

include(FetchOBCMake)
fetch_ob_cmake(<GIT_REF_HERE>)

# Modules are now available
include(OB/...)