build: installation of mp-units and mp-units-systems fixed

This commit is contained in:
Mateusz Pusz
2021-03-16 23:40:57 +01:00
parent 221883bb25
commit b356a53fa4
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ target_link_libraries(mp-units INTERFACE
mp-units::systems
)
add_library(mp-units::mp-units ALIAS mp-units)
install(TARGETS mp-units EXPORT mp-unitsTargets)
# installation
install(EXPORT mp-unitsTargets

View File

@@ -53,3 +53,4 @@ target_link_libraries(mp-units-systems INTERFACE
mp-units::si-us
)
add_library(mp-units::systems ALIAS mp-units-systems)
install(TARGETS mp-units-systems EXPORT mp-unitsTargets)