Skip to content

Commit

Permalink
CMake: Sync list of public headers with Autotools build
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo authored and stweil committed Oct 6, 2019
1 parent 6d171b8 commit 227501c
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,6 @@ install(FILES
src/api/renderer.h
${CMAKE_CURRENT_BINARY_DIR}/api/tess_version.h

#from arch/makefile.am
src/arch/dotproduct.h
src/arch/intsimdmatrix.h
src/arch/simddetect.h

#from ccmain/makefile.am
src/ccmain/thresholder.h
src/ccmain/ltrresultiterator.h
Expand All @@ -549,41 +544,13 @@ install(FILES
src/ccstruct/publictypes.h

#from ccutil/makefile.am
src/ccutil/errcode.h
src/ccutil/fileerr.h
src/ccutil/genericvector.h
src/ccutil/helpers.h
src/ccutil/params.h
src/ccutil/ocrclass.h
src/ccutil/platform.h
src/ccutil/serialis.h
src/ccutil/strngs.h
src/ccutil/unichar.h
src/ccutil/unicharcompress.h
src/ccutil/unicharmap.h
src/ccutil/unicharset.h

#from lstm/makefile.am
src/lstm/convolve.h
src/lstm/fullyconnected.h
src/lstm/functions.h
src/lstm/input.h
src/lstm/lstm.h
src/lstm/lstmrecognizer.h
src/lstm/maxpool.h
src/lstm/network.h
src/lstm/networkio.h
src/lstm/networkscratch.h
src/lstm/parallel.h
src/lstm/plumbing.h
src/lstm/recodebeam.h
src/lstm/reconfig.h
src/lstm/reversed.h
src/lstm/series.h
src/lstm/static_shape.h
src/lstm/stridemap.h
src/lstm/tfnetwork.h
src/lstm/weightmatrix.h

#${CMAKE_CURRENT_BINARY_DIR}/src/endianness.h
DESTINATION include/tesseract)
Expand Down

2 comments on commit 227501c

@egorpugin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you sync sw.cpp with this also?

@stweil
Copy link
Contributor

@stweil stweil commented on 227501c Oct 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See pull request #2694. Please review, I could not test it.

Please sign in to comment.