aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vlpp/fix-install.patch
blob: b237bebc3e1b4e1799e0a799948dc67d65af3960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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()