From ed68e18c1c45aea07ec17c0b0dcdc109ad7492db Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Jan 2022 13:54:54 +1100 Subject: Cleanup: remove unnecessary slashes and quotes from paths in CMake --- source/blender/nodes/function/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/nodes/function') diff --git a/source/blender/nodes/function/CMakeLists.txt b/source/blender/nodes/function/CMakeLists.txt index 118a1fbffd1..0c3c6a34995 100644 --- a/source/blender/nodes/function/CMakeLists.txt +++ b/source/blender/nodes/function/CMakeLists.txt @@ -20,7 +20,7 @@ set(INC . - ../ + .. ../intern ../../blenkernel ../../blenlib @@ -53,7 +53,7 @@ set(SRC nodes/node_fn_slice_string.cc nodes/node_fn_string_length.cc nodes/node_fn_value_to_string.cc - + node_function_util.cc node_function_util.hh -- cgit v1.2.3