current src path no longer required
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user