Skip to content

Commit

Permalink
Merge pull request #457 from leapmotion/install-autoboost
Browse files Browse the repository at this point in the history
We still have to install Autoboost headers on ARM
  • Loading branch information
gtremper committed Mar 13, 2015
2 parents 2fc5e4a + 91e795c commit 7d4bc3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Expand Up @@ -189,6 +189,15 @@ if(NOT AUTOWIRING_IS_EMBEDDED)
COMPONENT autowiring
FILES_MATCHING PATTERN "*.h"
)

# Install autoboost headers on ARM, which still requires them
if(autowiring_BUILD_ARM)
install(
DIRECTORY ${PROJECT_SOURCE_DIR}/contrib/autoboost/autoboost
DESTINATION include
COMPONENT autowiring
)
endif()

# Targets file is needed in order to describe how to link Autowiring to the rest of the system
install(EXPORT AutowiringTargets FILE AutowiringTargets.cmake COMPONENT autowiring NAMESPACE Autowiring:: DESTINATION cmake CONFIGURATIONS ${CMAKE_CONFIGURATION_TYPES})
Expand Down

0 comments on commit 7d4bc3b

Please sign in to comment.