소스 검색

Help: Fix Step3 Mathfunction example

- TODO 6 has to be Link SqrtLibrary
- TODO 7 has to be Link MathFunctions

Signed-off-by: Bhavith C <[email protected]>
Bhavith C 1 년 전
부모
커밋
20f74231db
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt

+ 2 - 2
Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt

@@ -14,9 +14,9 @@ if (USE_MYMATH)
               mysqrt.cxx
               )
 
-  # TODO 7: Link SqrtLibrary to tutorial_compiler_flags
+  # TODO 6: Link SqrtLibrary to tutorial_compiler_flags
 
   target_link_libraries(MathFunctions PRIVATE SqrtLibrary)
 endif()
 
-# TODO 6: Link MathFunctions to tutorial_compiler_flags
+# TODO 7: Link MathFunctions to tutorial_compiler_flags