You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+35-43Lines changed: 35 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,18 @@ option(ENABLE_VIXL_SIMULATOR "Enable use of VIXL simulator for emulation (only u
30
30
option(ENABLE_VIXL_DISASSEMBLER "Enables debug disassembler output with VIXL"FALSE)
31
31
option(USE_LEGACY_BINFMTMISC "Uses legacy method of setting up binfmt_misc"FALSE)
32
32
option(ENABLE_FEXCORE_PROFILER "Enables use of the FEXCore timeline profiling capabilities"FALSE)
33
-
set(FEXCORE_PROFILER_BACKEND "gpuvis"CACHESTRING"Set which backend to use for the FEXCore profiler (gpuvis, tracy)")
33
+
set(FEXCORE_PROFILER_BACKEND "gpuvis"CACHESTRING"Set which backend to use for the FEXCore profiler (gpuvis, tracy)")
34
34
option(ENABLE_GLIBC_ALLOCATOR_HOOK_FAULT "Enables glibc memory allocation hooking with fault for CI testing")
35
35
option(USE_PDB_DEBUGINFO "Builds debug info in PDB format"FALSE)
36
36
option(BUILD_STEAM_SUPPORT "Builds FEX for integration into Steam"FALSE)
37
37
38
-
set(X86_32_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/Data/CMake/toolchain_x86_32.cmake"CACHEFILEPATH"Toolchain file for the (cross-)compiler targeting i686")
39
-
set(X86_64_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/Data/CMake/toolchain_x86_64.cmake"CACHEFILEPATH"Toolchain file for the (cross-)compiler targeting x86_64")
40
-
set(X86_DEV_ROOTFS "/"CACHEFILEPATH"Path to the sysroot used for cross-compiling for i686 and x86_64")
41
-
set(DATA_DIRECTORY ""CACHEPATH"Global data directory (override)")
42
-
set(HOSTLIBS_DATA_DIRECTORY ""CACHEPATH"Global data directory (override)")
38
+
set(X86_32_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/Data/CMake/toolchain_x86_32.cmake"CACHEFILEPATH"Toolchain file for the (cross-)compiler targeting i686")
39
+
set(X86_64_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/Data/CMake/toolchain_x86_64.cmake"CACHEFILEPATH"Toolchain file for the (cross-)compiler targeting x86_64")
40
+
set(X86_DEV_ROOTFS "/"CACHEFILEPATH"Path to the sysroot used for cross-compiling for i686 and x86_64")
41
+
set(DATA_DIRECTORY ""CACHEPATH"Global data directory (override)")
42
+
set(HOSTLIBS_DATA_DIRECTORY ""CACHEPATH"Global data directory (override)")
0 commit comments