File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,15 +131,15 @@ endif ()
131131#-------------------------------------------------
132132set_property (GLOBAL PROPERTY USE_FOLDERS ON )
133133
134- file (GLOB_RECURSE BOOST_WS_IO_HEADERS CONFIGURE_DEPENDS include /boost/*.hpp include /boost/*.natvis )
134+ file (GLOB_RECURSE BOOST_WS_IO_HEADERS CONFIGURE_DEPENDS include /boost/ws_io/ *.hpp include /boost/ws_io /*.natvis )
135135file (GLOB_RECURSE BOOST_WS_IO_SOURCES CONFIGURE_DEPENDS src/*.cpp src/*.hpp )
136136file (GLOB_RECURSE BOOST_WS_PROTO_SOURCES CONFIGURE_DEPENDS src/*.cpp src/*.hpp )
137137
138- source_group (Jamfile FILE build /Jamfile )
139- source_group (TREE ${CMAKE_CURRENT_SOURCE_DIR} /include/boost PREFIX "include" FILES ${BOOST_WS_IO_HEADERS} )
138+ source_group ("" FILES "include/boost/ws_io.hpp" " build/Jamfile" )
139+ source_group (TREE ${CMAKE_CURRENT_SOURCE_DIR} /include/boost/ws_io PREFIX "include" FILES ${BOOST_WS_IO_HEADERS} )
140140source_group (TREE ${CMAKE_CURRENT_SOURCE_DIR} /src PREFIX "src" FILES ${BOOST_WS_IO_SOURCES} )
141141
142- add_library (boost_ws_io build /Jamfile ${BOOST_WS_IO_HEADERS} ${BOOST_WS_IO_SOURCES} )
142+ add_library (boost_ws_io include /boost/ws_io.hpp build /Jamfile ${BOOST_WS_IO_HEADERS} ${BOOST_WS_IO_SOURCES} )
143143add_library (Boost::ws_io ALIAS boost_ws_io )
144144target_compile_features (boost_ws_io PUBLIC cxx_constexpr )
145145target_include_directories (boost_ws_io PUBLIC "${PROJECT_SOURCE_DIR} /include" )
You can’t perform that action at this time.
0 commit comments