2020-08-01 07:54:31 +00:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2021-03-23 15:36:33 +00:00
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
2020-12-16 10:31:20 +00:00
|
|
|
includedir=${prefix}/include
|
2020-08-01 07:54:31 +00:00
|
|
|
|
|
|
|
Name: cld2
|
|
|
|
Description: Compact Language Detector 2
|
|
|
|
URL: https://github.com/CLD2Owners/cld2
|
|
|
|
Version: 2
|
|
|
|
Libs: -L${libdir} -lcld2_full
|
2020-12-16 10:31:20 +00:00
|
|
|
Cflags: -I${includedir}
|