From 85cbd31389dcceff797f4a8c0a8a50ee8622453b Mon Sep 17 00:00:00 2001 From: Alex Facciorusso Date: Fri, 16 Aug 2024 18:09:58 +0100 Subject: [PATCH] added CAM Tests/FilePathTestUtils.py utility file to the build Mod copy --- src/Mod/CAM/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/CAM/CMakeLists.txt b/src/Mod/CAM/CMakeLists.txt index 9f3ab63b95..599e59f22e 100644 --- a/src/Mod/CAM/CMakeLists.txt +++ b/src/Mod/CAM/CMakeLists.txt @@ -292,6 +292,7 @@ SET(Tests_SRCS Tests/boxtest1.fcstd Tests/Drilling_1.FCStd Tests/drill_test1.FCStd + Tests/FilePathTestUtils.py Tests/PathTestUtils.py Tests/test_adaptive.fcstd Tests/test_profile.fcstd