Skip to content

Commit ab5b868

Browse files
committed
- Adding the required linker flags to the pkgcfg.
1 parent 1562c7f commit ab5b868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpputest.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ URL: https://github.com/cpputest/cpputest
88
Description: Easy to use unit test framework for C/C++
99
Version: @PACKAGE_VERSION@
1010
Cflags: -I${includedir}
11-
Libs: -L${libdir} -lstdc++
11+
Libs: -L${libdir} -lstdc++ -lCppUTest -lCppUTestExt

0 commit comments

Comments
 (0)