diff --git a/INSTALL.md b/INSTALL.md index eb7952f8..2cb1bd6a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -25,10 +25,14 @@ that will be set by CMake. Options |Option|Default|Purpose| |------|-------|-------| -|BUILD\_ROCFILE|ON|Build the rocFile library (AMD only, OFF for NVIDIA)| -|BUILD\_HIPFILE|ON|Build the hipFile library| -|BUILD\_AIS\_DOCS|OFF|Build API documentation| +|AIS\_USE\_CLANG\_TIDY|OFF|Run the `clang-tidy` tool| +|AIS\_USE\_IWYU|OFF|Run the `include-what-you-use` tool| +|BUILD\_AIS\_DOCS|OFF|Build API documentation (requires Doxygen)| +|BUILD\_AISCP|ON|Build `aiscp` example program (OFF if no hipFile)| |BUILD\_CODE\_COVERAGE|OFF|Generate code coverage information when tests are run| +|BUILD\_HIPFILE|ON|Build the hipFile library| +|BUILD\_ROCFILE|ON|Build the rocFile library (AMD only, OFF for NVIDIA)| +|BUILD\_TESTING|ON|Build the test suite| ### Build `cmake --build .`