Skip to content

Commit

Permalink
Merge pull request #3538 from timkpaine/tkp/installdir
Browse files Browse the repository at this point in the history
install shared library in same location as static libraries
  • Loading branch information
hzeller authored Mar 24, 2023
2 parents 4bcb3f0 + 1213619 commit be41071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ install(
TARGETS surelog
EXPORT Surelog
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/surelog
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/surelog
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/Surelog)

if(NOT SURELOG_USE_HOST_ANTLR)
Expand Down

0 comments on commit be41071

Please sign in to comment.