Skip to content

Commit

Permalink
Change public headers to support msh3 (#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Sep 4, 2024
1 parent a876629 commit e5c0777
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,7 @@ else()
$<INSTALL_INTERFACE:${include_dest}>)
endif()

set(PUBLIC_HEADERS
../inc/msquic.h
../inc/msquic_winuser.h
../inc/msquic_posix.h
../inc/quic_sal_stub.h)
file(GLOB PUBLIC_HEADERS "../inc/*.h" "../inc/*.hpp")

if(BUILD_SHARED_LIBS)
install(TARGETS msquic EXPORT msquic DESTINATION lib)
Expand Down

0 comments on commit e5c0777

Please sign in to comment.