Skip to content

Commit 1b89cbb

Browse files
committed
Mark natvis file as PUBLIC in CMakeLists.txt
1 parent e01b7b5 commit 1b89cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ if(CMAKE_VERSION VERSION_GREATER 3.18 AND CMAKE_GENERATOR MATCHES "Visual Studio
2727

2828
file(GLOB_RECURSE boost_unordered_IDEFILES CONFIGURE_DEPENDS include/*.hpp)
2929
source_group(TREE ${PROJECT_SOURCE_DIR}/include FILES ${boost_unordered_IDEFILES} PREFIX "Header Files")
30-
list(APPEND boost_unordered_IDEFILES extra/boost_unordered.natvis)
3130
target_sources(boost_unordered PRIVATE ${boost_unordered_IDEFILES})
31+
target_sources(boost_unordered PUBLIC extra/boost_unordered.natvis)
3232

3333
endif()
3434

0 commit comments

Comments
 (0)