Skip to content

Commit

Permalink
Add -lrapidcheck to pkg-config module
Browse files Browse the repository at this point in the history
This adds the library to rapidcheck.pc, so that it doesn't have
to be specified manually in projects that consume it.

The other modules don't need it because they have rapidcheck in
their Requires field.
  • Loading branch information
roberth committed Jun 25, 2024
1 parent ff6af6f commit c874fb0
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 @@ -128,7 +128,7 @@ set(PKG_CONFIG_DESCRIPTION_SUMMARY "C++ framework for property based testing ins
set(PKG_CONFIG_VERSION)
set(PKG_CONFIG_LIBDIR "\${prefix}/lib")
set(PKG_CONFIG_INCLUDEDIR "\${prefix}/include")
set(PKG_CONFIG_LIBS)
set(PKG_CONFIG_LIBS "-lrapidcheck")
set(PKG_CONFIG_CFLAGS "-I\${includedir}")

configure_file(
Expand Down

0 comments on commit c874fb0

Please sign in to comment.