Skip to content

Commit

Permalink
install supporting tutorial files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Jan 9, 2020
1 parent 9313e98 commit a17cc76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cpp/session/CMakeLists.txt
@@ -1,7 +1,7 @@
#
# CMakeLists.txt
#
# Copyright (C) 2009-19 by RStudio, Inc.
# Copyright (C) 2009-20 by RStudio, Inc.
#
# Unless you have received this program directly from RStudio pursuant
# to the terms of a commercial license agreement with RStudio, then
Expand Down Expand Up @@ -552,6 +552,10 @@ if (NOT RSTUDIO_SESSION_WIN32)
install(DIRECTORY "resources/profiler"
DESTINATION ${RSTUDIO_INSTALL_SUPPORTING}/resources)

# install tutorials
install(DIRECTORY "resources/tutorial_resources"
DESTINATION ${RSTUDIO_INSTALL_SUPPORTING}/resources)

# install libclang
if(WIN32)
file(GLOB LIBCLANG_32_FILES "${LIBCLANG_DIR}/x86/*")
Expand Down

0 comments on commit a17cc76

Please sign in to comment.