forked from catchorg/Catch2
11 lines
193 B
Plaintext
11 lines
193 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@
|
|
|