Log by line compilation option
Some checks failed
eden-build / source (pull_request) Has been skipped
eden-build / linux (pull_request) Successful in 22m34s
eden-build / android (pull_request) Successful in 16m28s
eden-license / license-header (pull_request_target) Failing after 16s
eden-build / windows (msvc) (pull_request) Successful in 1h0m18s

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-24 10:58:22 -04:00
parent 4596295b51
commit b2b035dcca
Signed by: crueter
GPG key ID: A5A7629F109C8FD1
3 changed files with 13 additions and 0 deletions

View file

@ -49,6 +49,7 @@ cmake .. -G Ninja \
-DYUZU_USE_BUNDLED_VCPKG=OFF \
-DYUZU_USE_BUNDLED_QT=OFF \
-DUSE_SYSTEM_QT=ON \
-DYUZU_LOG_BY_LINE=ON \
-DYUZU_USE_BUNDLED_FFMPEG=OFF \
-DYUZU_USE_BUNDLED_SDL2=OFF \
-DYUZU_USE_EXTERNAL_SDL2=ON \