3
3
# {build_dir}/CMakeCache.txt file and then re-run the `axmol build ...` command in
4
4
# order for the new setting to take effect. Alternatively, you can also delete the
5
5
# entire build folder and then re-run the `axmol build` command.
6
- set (AX_EXT_HINT ON CACHE BOOL "The default extensions hint" FORCE )
6
+ # set(AX_EXT_HINT ON CACHE BOOL "The default extensions hint" FORCE)
7
7
8
8
# The following are by default set the same as the AX_EXT_HINT flag above - default: ON
9
9
# Uncomment the lines below to set them individually
@@ -18,14 +18,14 @@ set(AX_EXT_HINT ON CACHE BOOL "The default extensions hint" FORCE)
18
18
#set(AX_ENABLE_EXT_JSONDEFAULT OFF CACHE BOOL "Build extension JSONDefault" FORCE)
19
19
20
20
# 3D Support - - default: ON
21
- set (AX_ENABLE_3D ON CACHE BOOL "Build 3D support" FORCE )
21
+ # set(AX_ENABLE_3D ON CACHE BOOL "Build 3D support" FORCE)
22
22
# These depend on AX_EXT_HINT & AX_ENABLE_3D
23
23
#set(AX_ENABLE_EXT_PARTICLE3D ON CACHE BOOL "Build extension Particle3D" FORCE)
24
24
#set(AX_ENABLE_3D_PHYSICS ON CACHE BOOL "Build Physics3D support" FORCE)
25
25
#set(AX_ENABLE_NAVMESH ON CACHE BOOL "Build NavMesh support" FORCE)
26
26
27
27
# Physics Support - - default: ON
28
- set (AX_ENABLE_PHYSICS ON CACHE BOOL "Build Physics support" FORCE )
28
+ # set(AX_ENABLE_PHYSICS ON CACHE BOOL "Build Physics support" FORCE)
29
29
# These depend on AX_EXT_HINT & AX_ENABLE_PHYSICS
30
30
#set(AX_ENABLE_EXT_PHYSICS_NODE ON CACHE BOOL "Build extension physics-nodes" FORCE)
31
31
@@ -38,10 +38,10 @@ set(AX_ENABLE_PHYSICS ON CACHE BOOL "Build Physics support" FORCE)
38
38
#set(AX_ENABLE_EXT_EFFEKSEER OFF CACHE BOOL "Build extension Effekseer" FORCE)
39
39
40
40
# Code modules that can be disabled - default: ON
41
- set (AX_ENABLE_AUDIO ON CACHE BOOL "Build audio support" FORCE )
42
- set (AX_ENABLE_WEBSOCKET ON CACHE BOOL "Build Websocket client based on yasio" FORCE )
43
- set (AX_ENABLE_HTTP ON CACHE BOOL "Build HTTP client based on yasio" FORCE )
44
- set (AX_ENABLE_OPUS ON CACHE BOOL "Build with opus support" FORCE )
41
+ # set(AX_ENABLE_AUDIO ON CACHE BOOL "Build audio support" FORCE)
42
+ # set(AX_ENABLE_WEBSOCKET ON CACHE BOOL "Build Websocket client based on yasio" FORCE)
43
+ # set(AX_ENABLE_HTTP ON CACHE BOOL "Build HTTP client based on yasio" FORCE)
44
+ # set(AX_ENABLE_OPUS ON CACHE BOOL "Build with opus support" FORCE)
45
45
46
46
# WEBVIEW2 - default: ON for WIN32 and WINRT
47
47
#set(AX_ENABLE_MSEDGE_WEBVIEW2 ON CACHE BOOL "Disable msedge webview2")
0 commit comments