Skip to content

Commit

Permalink
Install libraries and resources from local paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm committed Apr 20, 2019
1 parent 59e73dd commit e57c585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
install(DIRECTORY ${CMAKE_SOURCE_DIR}/libraries/
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
DESTINATION "${CMAKE_INSTALL_PREFIX}/libraries" MESSAGE_NEVER)
2 changes: 1 addition & 1 deletion resources/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
install(DIRECTORY ${CMAKE_SOURCE_DIR}/resources/
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
DESTINATION "${CMAKE_INSTALL_PREFIX}/resources" MESSAGE_NEVER)

0 comments on commit e57c585

Please sign in to comment.