diff options
Diffstat (limited to 'Help/guide/tutorial/Step9/MathFunctions')
-rw-r--r-- | Help/guide/tutorial/Step9/MathFunctions/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step9/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step9/MathFunctions/CMakeLists.txt index 8a08157..6a1a108 100644 --- a/Help/guide/tutorial/Step9/MathFunctions/CMakeLists.txt +++ b/Help/guide/tutorial/Step9/MathFunctions/CMakeLists.txt @@ -24,6 +24,7 @@ target_include_directories(MathFunctions PRIVATE ${CMAKE_CURRENT_BINARY_DIR} ) +# link our compiler flags interface library target_link_libraries(MathFunctions tutorial_compiler_flags) # install rules |