Cleanup: quite unused variable warning with CMake

This commit is contained in:
Campbell Barton
2023-12-17 16:04:34 +11:00
parent 6accd8503e
commit 4fc553191b

View File

@@ -212,6 +212,8 @@ blender_add_lib_nolist(bf_windowmanager "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
add_dependencies(bf_windowmanager bf_rna)
if(WITH_GTESTS)
set(TEST_INC
)
set(TEST_SRC
intern/wm_dragdrop_test.cc
)