diff options
-rw-r--r-- | Help/guide/tutorial/Step5/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Step5/CMakeLists.txt b/Help/guide/tutorial/Step5/CMakeLists.txt index a8f241a..c894917 100644 --- a/Help/guide/tutorial/Step5/CMakeLists.txt +++ b/Help/guide/tutorial/Step5/CMakeLists.txt @@ -42,7 +42,7 @@ target_include_directories(Tutorial PUBLIC # TODO 3: Install Tutorial in the bin directory # Hint: Use the TARGETS and DESTINATION parameters -# TODO 4: Install Tutorial.h to the include directory +# TODO 4: Install TutorialConfig.h to the include directory # Hint: Use the FILES and DESTINATION parameters # TODO 5: Enable testing |