Skip to content

Commit

Permalink
Better description of two configuration options.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Dec 29, 2024
1 parent 7d92b4f commit ba32d41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,13 @@ NO)

option(${PROJECT_NAME}_WITH_STEP_TESTS
"${PROJECT_NAME}: \
Build the testing tool that uses unit tests in JSON format."
Build `step-test-Z80`, a tool for unit tests in JSON format."
NO)

option(${PROJECT_NAME}_WITH_TESTS
"${PROJECT_NAME}: \
Build the testing tool that runs CP/M and ZX Spectrum programs."
Build `test-Z80`, a tool that runs various Z80-specific tests for CP/M
and ZX Spectrum."
NO)

option(${PROJECT_NAME}_WITH_EXECUTE
Expand Down

0 comments on commit ba32d41

Please sign in to comment.