diff options
Diffstat (limited to 'Help/guide/tutorial/Step12/MathFunctions')
| -rw-r--r-- | Help/guide/tutorial/Step12/MathFunctions/CMakeLists.txt | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Help/guide/tutorial/Step12/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step12/MathFunctions/CMakeLists.txt index d5961da..a85f3cb 100644 --- a/Help/guide/tutorial/Step12/MathFunctions/CMakeLists.txt +++ b/Help/guide/tutorial/Step12/MathFunctions/CMakeLists.txt @@ -52,7 +52,7 @@ target_link_libraries(MathFunctions PUBLIC tutorial_compiler_flags)  # building on windows  target_compile_definitions(MathFunctions PRIVATE "EXPORTING_MYMATH") -# install rules +# install libs  set(installable_libs MathFunctions tutorial_compiler_flags)  if(TARGET SqrtLibrary)    list(APPEND installable_libs SqrtLibrary) @@ -60,4 +60,5 @@ endif()  install(TARGETS ${installable_libs}          EXPORT MathFunctionsTargets          DESTINATION lib) +# install include headers  install(FILES MathFunctions.h DESTINATION include) | 
