mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 15:39:02 +08:00
13 lines
461 B
Diff
13 lines
461 B
Diff
|
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()
|
||
|
|