Skip to content

Commit

Permalink
fix: libpl not being installed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Feb 3, 2024
1 parent a03e8dd commit 24815c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmake/build_helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,15 @@ macro(addBundledLibraries)
set(LIBPL_SHARED_LIBRARY ON CACHE BOOL "" FORCE)
add_subdirectory(${EXTERNAL_LIBS_FOLDER}/pattern_language EXCLUDE_FROM_ALL)

install(
TARGETS
libpl
DESTINATION
"${CMAKE_INSTALL_LIBDIR}"
PERMISSIONS
OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)

if (WIN32)
set_target_properties(
libpl
Expand Down

0 comments on commit 24815c0

Please sign in to comment.