current src path no longer required

This commit is contained in:
bofdahof
2025-01-17 07:15:14 +10:00
committed by Chris Hennes
parent 9af828d15a
commit 62415907ee
15 changed files with 143 additions and 183 deletions

View File

@@ -1,6 +1,4 @@
target_sources(
Points_tests_run
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/Points.cpp
${CMAKE_CURRENT_SOURCE_DIR}/PointsFeature.cpp
target_sources(Points_tests_run PRIVATE
Points.cpp
PointsFeature.cpp
)