Skip to content

Commit c874fb0

Browse files
committed
Add -lrapidcheck to pkg-config module
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.
1 parent ff6af6f commit c874fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ set(PKG_CONFIG_DESCRIPTION_SUMMARY "C++ framework for property based testing ins
128128
set(PKG_CONFIG_VERSION)
129129
set(PKG_CONFIG_LIBDIR "\${prefix}/lib")
130130
set(PKG_CONFIG_INCLUDEDIR "\${prefix}/include")
131-
set(PKG_CONFIG_LIBS)
131+
set(PKG_CONFIG_LIBS "-lrapidcheck")
132132
set(PKG_CONFIG_CFLAGS "-I\${includedir}")
133133

134134
configure_file(

0 commit comments

Comments
 (0)