Tutorial: Update step 5 style

This commit is contained in:
Markus Ferrell
2022-09-19 17:27:03 -04:00
parent cadcb6a5f0
commit 92edbce342
16 changed files with 317 additions and 61 deletions
@@ -9,7 +9,8 @@ target_include_directories(MathFunctions
# link our compiler flags interface library
target_link_libraries(MathFunctions tutorial_compiler_flags)
# install rules
# install libs
set(installable_libs MathFunctions tutorial_compiler_flags)
install(TARGETS ${installable_libs} DESTINATION lib)
# install include headers
install(FILES MathFunctions.h DESTINATION include)