Tutorial: Improve Step 7

* Update directions
This commit is contained in:
Betsy McPhail
2019-07-18 15:40:25 -04:00
committed by Brad King
parent a36731c634
commit 61d4d990d6
2 changed files with 17 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ target_link_libraries(Tutorial PUBLIC ${EXTRA_LIBS})
# so that we will find TutorialConfig.h
target_include_directories(Tutorial PUBLIC
"${PROJECT_BINARY_DIR}"
)
)
# add the install targets
install(TARGETS Tutorial DESTINATION bin)