vcpkg/ports/vlpp/fix-install.patch

13 lines
461 B
Diff
Raw Normal View History

2024-11-01 13:42:25 +08:00
diff --git a/Import/CMakeLists.txt b/Import/CMakeLists.txt
index 3547dae..23d6c39 100644
--- a/Import/CMakeLists.txt
+++ b/Import/CMakeLists.txt
@@ -184,7 +184,6 @@ if (GACUI_CORE)
if (GACUI_REFLECTION)
install(FILES GacUIReflection.h DESTINATION include)
- install(FILES GacUIR.UnitTest.UIReflection.h DESTINATION include)
install(FILES Skins/DarkSkin/DarkSkinReflection.h DESTINATION include/Skins/DarkSkin)
endif()