Skip to content

Commit

Permalink
- Adding the required linker flags to the pkgcfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis committed Apr 26, 2013
1 parent 1562c7f commit ab5b868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpputest.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ URL: https://github.com/cpputest/cpputest
Description: Easy to use unit test framework for C/C++
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lstdc++
Libs: -L${libdir} -lstdc++ -lCppUTest -lCppUTestExt

0 comments on commit ab5b868

Please sign in to comment.