forked from catchorg/Catch2
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
|
|
Name: Catch
|
|
Description: Testing library for C++
|
|
Requires:
|
|
Version: @CATCH_VERSION_NUMBER@
|
|
Libs:
|
|
Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@/include
|