mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Tutorial: Update step 5 style
This commit is contained in:
@@ -8,3 +8,11 @@ target_include_directories(MathFunctions
|
||||
|
||||
# link our compiler flags interface library
|
||||
target_link_libraries(MathFunctions tutorial_compiler_flags)
|
||||
|
||||
# TODO 1: Create a variable called installable_libs that is a list of all
|
||||
# libraries we want to install (e.g. MathFunctions and tutorial_compiler_flags)
|
||||
# Then install the installable libraries to the lib folder.
|
||||
# Hint: Use the TARGETS and DESTINATION parameters
|
||||
|
||||
# TODO 2: Install the library headers to the include folder.
|
||||
# Hint: Use the FILES and DESTINATION parameters
|
||||
|
||||
Reference in New Issue
Block a user