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.
Z80_WITH_STEP_TESTING_TOOL
Z80_WITH_TESTING_TOOL
1 parent 55a2bbe commit d02d50bCopy full SHA for d02d50b
CMakeLists.txt
@@ -94,13 +94,13 @@ NO)
94
95
option(${PROJECT_NAME}_WITH_STEP_TESTING_TOOL
96
"${PROJECT_NAME}: \
97
-Build `step-test-Z80`, a tool for unit tests in JSON format."
+Build `step-test-${PROJECT_NAME}`, a tool for unit tests in JSON format."
98
NO)
99
100
option(${PROJECT_NAME}_WITH_TESTING_TOOL
101
102
-Build `test-Z80`, a tool that runs various Z80-specific tests for CP/M \
103
-and ZX Spectrum."
+Build `test-${PROJECT_NAME}`, a tool that runs various Z80-specific tests for \
+CP/M and ZX Spectrum."
104
105
106
option(${PROJECT_NAME}_WITH_EXECUTE
0 commit comments