Skip to content

Commit

Permalink
Merge pull request smarco#54 from marcelm/static-fix
Browse files Browse the repository at this point in the history
wfa2cpp_static should link against wfa2_static
  • Loading branch information
smarco authored Feb 23, 2023
2 parents d111683 + 37ad27d commit 5bf73fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ add_library(wfa2cpp SHARED ${wfa2cpp_SOURCE})
set_target_properties(wfa2cpp PROPERTIES SOVERSION 0)
set_target_properties(wfa2cpp_static PROPERTIES OUTPUT_NAME wfa2cpp)
target_link_libraries(wfa2cpp PUBLIC wfa2)
target_link_libraries(wfa2cpp_static PUBLIC wfa2)
target_link_libraries(wfa2cpp_static PUBLIC wfa2_static)
add_library(wfa2::wfa2cpp ALIAS wfa2cpp)
add_library(wfa2::wfa2cpp_static ALIAS wfa2cpp_static)

Expand Down

0 comments on commit 5bf73fd

Please sign in to comment.