Skip to content

Commit

Permalink
Adding install targets for PCMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlingema committed Jan 12, 2016
1 parent 7a8a378 commit 1506ccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions datamodel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ install(TARGETS datamodel
LIBRARY DESTINATION "${INSTALL_LIB_DIR}" COMPONENT shlib
PUBLIC_HEADER DESTINATION "${INSTALL_INCLUDE_DIR}/datamodel"
COMPONENT dev)

if (${ROOT_VERSION} GREATER 6)
install(FILES
"${PROJECT_BINARY_DIR}/datamodel/ExampleDict_rdict.pcm"
DESTINATION "${INSTALL_LIB_DIR}" COMPONENT dev)
endif()

0 comments on commit 1506ccd

Please sign in to comment.