Skip to content

Commit

Permalink
Merge pull request #9265 from bricar/develop
Browse files Browse the repository at this point in the history
Percept: add .h files to install
  • Loading branch information
jhux2 authored Jun 11, 2021
2 parents 0e8c945 + 061dd96 commit 8dd970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/percept/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ SET(HEADER_SUBDIRS
)

FOREACH(SUBDIR ${HEADER_SUBDIRS})
FILE (GLOB HEADERS_TMP src/${SUBDIR}/*.hpp)
FILE (GLOB HEADERS_TMP src/${SUBDIR}/*.hpp src/${SUBDIR}/*.h)
MESSAGE("Install Percept:" ${SUBDIR})
TRIBITS_INSTALL_HEADERS(
HEADERS ${HEADERS_TMP}
Expand Down

0 comments on commit 8dd970f

Please sign in to comment.