File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,18 @@ endif()
27
27
28
28
vcpkg_check_features (OUT_FEATURE_OPTIONS FEATURE_OPTIONS
29
29
FEATURES
30
+ plugins MYGUI_BUILD_PLUGINS
30
31
tools MYGUI_BUILD_TOOLS
32
+ INVERTED_FEATURES
33
+ obsolete MYGUI_DONT_USE_OBSOLETE
34
+ plugins MYGUI_DISABLE_PLUGINS
31
35
)
32
36
33
37
vcpkg_cmake_configure (
34
38
SOURCE_PATH "${SOURCE_PATH} "
35
39
OPTIONS
36
40
-DMYGUI_STATIC=TRUE
37
41
-DMYGUI_BUILD_DEMOS=FALSE
38
- -DMYGUI_BUILD_PLUGINS=TRUE
39
42
-DMYGUI_BUILD_UNITTESTS=FALSE
40
43
-DMYGUI_BUILD_TEST_APP=FALSE
41
44
-DMYGUI_BUILD_WRAPPER=FALSE
Original file line number Diff line number Diff line change 27
27
},
28
28
"tools" : {
29
29
"description" : " Install MyGUI tools."
30
+ },
31
+ "plugins" : {
32
+ "description" : " Build MyGUI plugins."
33
+ },
34
+ "obsolete" : {
35
+ "description" : " Keep obsolete functions."
30
36
}
31
37
}
32
38
}
You can’t perform that action at this time.
0 commit comments