summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step7/MathFunctions
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-29 11:53:57 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-29 11:54:05 (GMT)
commitbeb4f5df47fe28f9dbbb5d6cecfd783e92de14ac (patch)
tree1ede2b485b35ae59c489e4d5dded5595f8e43e85 /Help/guide/tutorial/Step7/MathFunctions
parentf9fb96285126b811104cff133ee85a2e9b92f173 (diff)
parent37fceb6fd382bcfb85860b6b288bfc323e4f4ab7 (diff)
downloadCMake-beb4f5df47fe28f9dbbb5d6cecfd783e92de14ac.zip
CMake-beb4f5df47fe28f9dbbb5d6cecfd783e92de14ac.tar.gz
CMake-beb4f5df47fe28f9dbbb5d6cecfd783e92de14ac.tar.bz2
Merge topic 'tutorial_step4_update'
37fceb6fd3 Tutorial: Update step 4 style Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7646
Diffstat (limited to 'Help/guide/tutorial/Step7/MathFunctions')
-rw-r--r--Help/guide/tutorial/Step7/MathFunctions/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step7/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step7/MathFunctions/CMakeLists.txt
index 226099a..e7667ab 100644
--- a/Help/guide/tutorial/Step7/MathFunctions/CMakeLists.txt
+++ b/Help/guide/tutorial/Step7/MathFunctions/CMakeLists.txt
@@ -6,6 +6,7 @@ target_include_directories(MathFunctions
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
)
+# link our compiler flags interface library
target_link_libraries(MathFunctions tutorial_compiler_flags)
# install rules