Skip to content

Commit

Permalink
Merge remote-tracking branch 'kraj/master' into dm/kraj_test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatveev committed Aug 14, 2022
2 parents 401d682 + 67ccf77 commit c14794c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sources/ade/CMakeLists.txt
Expand Up @@ -47,12 +47,14 @@ if(BUILD_ADE_DOCUMENTATION)
VERBATIM)
endif()

include(GNUInstallDirs)

install(TARGETS ade COMPONENT dev
EXPORT adeTargets
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION lib
INCLUDES DESTINATION include)
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

install(EXPORT adeTargets DESTINATION share/ade COMPONENT dev)

Expand Down

0 comments on commit c14794c

Please sign in to comment.