Skip to content

Commit

Permalink
add missing include files to public headers so that they get installe…
Browse files Browse the repository at this point in the history
…d properly

Summary: Same as title

Reviewed By: jspark1105

Differential Revision: D13787161

fbshipit-source-id: c3d44afc812e7676d618b4b940e15ef0a2b12436
  • Loading branch information
dskhudia authored and facebook-github-bot committed Jan 23, 2019
1 parent 5e085f0 commit 7933330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ set(FBGEMM_AVX2_SRCS
set(FBGEMM_AVX512_SRCS src/UtilsAvx512.cc)

set(FBGEMM_PUBLIC_HEADERS include/fbgemm/Fbgemm.h
include/fbgemm/FbgemmBuild.h
include/fbgemm/FbgemmFP16.h
include/fbgemm/OutputProcessing-inl.h
include/fbgemm/PackingTraits-inl.h
include/fbgemm/QuantUtils.h
Expand Down

0 comments on commit 7933330

Please sign in to comment.