rewrite PCM fitter algorithm (mcc_pcm_fit.h, MccPcmFitter class)
This commit is contained in:
@@ -284,7 +284,11 @@ if(USE_BSPLINE_PCM)
|
||||
endif()
|
||||
|
||||
if(USE_EIGEN3)
|
||||
list(APPEND MCC_SRC include/mcc/mcc_pcm_construct.h)
|
||||
list(
|
||||
APPEND MCC_SRC
|
||||
include/mcc/mcc_pcm_construct.h
|
||||
include/mcc/mcc_pcm_fit.h
|
||||
)
|
||||
endif()
|
||||
|
||||
add_library(${PROJECT_NAME} INTERFACE ${MCC_SRC})
|
||||
|
||||
Reference in New Issue
Block a user