@@ -308,6 +308,13 @@ if(ENTT_INSTALL)
PATTERN "*.hpp"
)
+ install(
+ DIRECTORY natvis/
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/entt/natvis
+ FILES_MATCHING
+ PATTERN "*.nativs"
+ )
+
export(PACKAGE EnTT)
endif()
@@ -38,3 +38,4 @@ TODO:
* avoid copying meta_type/data/func nodes
* paged vector as a standalone class
* update process/scheduler natvis and doc after rework
+* move natvis files to the source dir and install with the same command as it should be