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

View File

@@ -32,7 +32,8 @@ if(HAVE_LOG AND HAVE_EXP)
PRIVATE "HAVE_LOG" "HAVE_EXP")
endif()
# 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)