forked from mpusz/mp-units
CMake install destinations updated
This commit is contained in:
@@ -80,10 +80,11 @@ endif()
|
|||||||
add_library(mp::units ALIAS units)
|
add_library(mp::units ALIAS units)
|
||||||
|
|
||||||
# installation info
|
# installation info
|
||||||
install(TARGETS units EXPORT ${CMAKE_PROJECT_NAME}Targets
|
install(TARGETS units
|
||||||
LIBRARY DESTINATION lib
|
EXPORT ${CMAKE_PROJECT_NAME}Targets
|
||||||
ARCHIVE DESTINATION lib
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} # TODO Remove when CMAKE 3.14
|
||||||
RUNTIME DESTINATION bin
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} # TODO Remove when CMAKE 3.14
|
||||||
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} # TODO Remove when CMAKE 3.14
|
||||||
INCLUDES DESTINATION include
|
INCLUDES DESTINATION include
|
||||||
)
|
)
|
||||||
install(DIRECTORY include/units
|
install(DIRECTORY include/units
|
||||||
|
Reference in New Issue
Block a user