[Build] Add --build-tests and --cmake-define flags to xenia-build.py

This commit is contained in:
Herman S.
2026-03-10 15:18:21 +09:00
parent d1ad597939
commit b15cd5b164
2 changed files with 26 additions and 4 deletions

View File

@@ -231,7 +231,7 @@ endfunction()
function(xe_test_suite name base_path)
cmake_parse_arguments(ARG "" "" "LINKS" ${ARGN})
file(GLOB _test_sources CONFIGURE_DEPENDS "${base_path}/*_test.cc")
file(GLOB _test_sources "${base_path}/*_test.cc")
if(NOT _test_sources)
return()