Skip to content

Commit

Permalink
[Provisioning] headers to Provisionproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 committed Feb 8, 2021
1 parent 15dd1ac commit 23c50dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/provisionproxy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ install(
LIBRARY DESTINATION lib COMPONENT libs # shared lib
RUNTIME DESTINATION bin COMPONENT libs # binaries
FRAMEWORK DESTINATION bin COMPONENT libs # for mac
PUBLIC_HEADER DESTINATION include/provision COMPONENT devel # headers for mac (note the different component -> different package)
INCLUDES DESTINATION include/provision # headers
)
PUBLIC_HEADER DESTINATION include/provisionproxy COMPONENT devel # headers for mac (note the different component -> different package)
INCLUDES DESTINATION include/provisionproxy # headers
)

InstallCMakeConfig(
TARGETS ${TARGET})
Expand Down

0 comments on commit 23c50dd

Please sign in to comment.