Skip to content

Commit

Permalink
Install the whole directory with includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Mar 25, 2020
1 parent 4c83864 commit ecfc5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if(${EVTGEN_BUILD_VALIDATIONS})
endif()

# Install the include directories
install(FILES EvtGen/EvtGen.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/EvtGen)
install(DIRECTORY EvtGen DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(DIRECTORY EvtGenBase DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(DIRECTORY EvtGenExternal DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(DIRECTORY EvtGenModels DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
Expand Down

0 comments on commit ecfc5d9

Please sign in to comment.