Skip to content

Commit

Permalink
src globbing includes header files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmazakas committed Mar 11, 2024
1 parent 52361a9 commit a173db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ file(GLOB_RECURSE BOOST_HTTP_PROTO_HEADERS CONFIGURE_DEPENDS
include/boost/*.ipp
include/boost/*.natvis
)
file(GLOB_RECURSE BOOST_HTTP_PROTO_SOURCES CONFIGURE_DEPENDS src/*.cpp)
file(GLOB_RECURSE BOOST_HTTP_PROTO_SOURCES CONFIGURE_DEPENDS src/*.cpp src/*.hpp)

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

Expand Down

0 comments on commit a173db7

Please sign in to comment.