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: BUILD.md
+38
Original file line number
Diff line number
Diff line change
@@ -192,3 +192,41 @@ Then install the dependencies:
192
192
193
193
If CMake complains about Cemu already being compiled or another similar error, try deleting the `CMakeCache.txt` file inside the `build` folder and retry building.
194
194
195
+
## CMake configure flags
196
+
Some flags can be passed during CMake configure to customise which features are enabled on build.
197
+
198
+
Example usage: `cmake -S . -B build -DCMAKE_BUILD_TYPE=release -DENABLE_SDL=ON -DENABLE_VULKAN=OFF`
0 commit comments