Skip to content

Commit a0feec0

Browse files
committed
[FOLD] cml
1 parent e666f44 commit a0feec0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ endif ()
131131
#-------------------------------------------------
132132
set_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)
135135
file(GLOB_RECURSE BOOST_WS_IO_SOURCES CONFIGURE_DEPENDS src/*.cpp src/*.hpp)
136136
file(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})
140140
source_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})
143143
add_library(Boost::ws_io ALIAS boost_ws_io)
144144
target_compile_features(boost_ws_io PUBLIC cxx_constexpr)
145145
target_include_directories(boost_ws_io PUBLIC "${PROJECT_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)