We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
More examples on how to include other projects with CPM.
CPMAddPackage( NAME rang GITHUB_REPOSITORY agauniyal/rang GIT_TAG v3.1.0 ) if(rang_ADDED) add_library(rang INTERFACE IMPORTED) target_include_directories(rang INTERFACE "${rang_SOURCE_DIR}/include") endif()