mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 05:04:27 +02:00
build: installation of mp-units
and mp-units-systems
fixed
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user