mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fix name of with-main library.
This commit is contained in:
parent
529eec97bb
commit
2ebc041903
@ -7,4 +7,4 @@ Description: A modern, C++-native test framework for C++14 and above (links in d
|
|||||||
Version: ${pkg_version}
|
Version: ${pkg_version}
|
||||||
Requires: catch2 = ${pkg_version}
|
Requires: catch2 = ${pkg_version}
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -lCatch2WithMain
|
Libs: -L${libdir} -lCatch2Main
|
||||||
|
Loading…
Reference in New Issue
Block a user