We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b7b5 commit 1b89cbbCopy full SHA for 1b89cbb
CMakeLists.txt
@@ -27,8 +27,8 @@ if(CMAKE_VERSION VERSION_GREATER 3.18 AND CMAKE_GENERATOR MATCHES "Visual Studio
27
28
file(GLOB_RECURSE boost_unordered_IDEFILES CONFIGURE_DEPENDS include/*.hpp)
29
source_group(TREE ${PROJECT_SOURCE_DIR}/include FILES ${boost_unordered_IDEFILES} PREFIX "Header Files")
30
- list(APPEND boost_unordered_IDEFILES extra/boost_unordered.natvis)
31
target_sources(boost_unordered PRIVATE ${boost_unordered_IDEFILES})
+ target_sources(boost_unordered PUBLIC extra/boost_unordered.natvis)
32
33
endif()
34
0 commit comments