tesseract/cmake
Robert Pösel d7528e7cea Fix linking Tesseract to project using CMake on Linux
In the past Tesseract library was wrongly named as "liblibtesseract" so it was needed to use "-llibtesseract" as argument for linker. The name was fixed in commit 52cac3a42e but the ${Tesseract_LIBRARIES} variable still wrongly holds "libtesseract" and causes linker error when one is using it in target_link_libraries(...). This commit fixes that.
2021-09-17 21:35:30 +02:00
..
templates Fix linking Tesseract to project using CMake on Linux 2021-09-17 21:35:30 +02:00
AddCompilerFlag.cmake cmake: remove custom CheckCCompilerFlag/CheckCXXCompilerFlag 2020-06-30 20:47:31 +02:00
BuildFunctions.cmake Added more missing license headers 2016-11-18 15:56:43 -08:00
Configure.cmake Fix handling of TESSDATA_PREFIX containing // (fixes issue #3527) 2021-08-24 20:05:54 +02:00
OptimizeForArchitecture.cmake cmake: add detection of AVX, AVX2, SSE41 2019-04-22 09:05:55 +02:00
SourceGroups.cmake replace VS implementation of gettimeofday with std::chrono::steady_clock::now(); fixes #2038 2018-11-08 19:43:46 +01:00