Cleanup: wrap long lines for CMake

This commit is contained in:
Campbell Barton
2025-04-05 20:21:57 +11:00
parent 8e5c0aedec
commit f48b4e3abf
13 changed files with 163 additions and 54 deletions

View File

@@ -16,9 +16,15 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${TEST_OUT_DIR})
# message(FATAL_ERROR "CMake test directory not found!")
# endif()
# for testing with valgrind prefix: valgrind --track-origins=yes --error-limit=no
set(TEST_BLENDER_EXE $<TARGET_FILE:blender> --background --factory-startup --debug-memory --debug-exit-on-error --env-system-scripts ${CMAKE_SOURCE_DIR}/scripts)
# For testing with VALGRIND prefix: `valgrind --track-origins=yes --error-limit=no`
set(TEST_BLENDER_EXE
$<TARGET_FILE:blender>
--background
--factory-startup
--debug-memory
--debug-exit-on-error
--env-system-scripts ${CMAKE_SOURCE_DIR}/scripts
)
# ------------------------------------------------------------------------------