smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

target_link_libraries as replacement for xpTargetExtern, ceres #296

Closed smanders closed 3 years ago

smanders commented 3 years ago

continuation of previous work https://github.com/smanders/externpro/issues/273#issuecomment-665224974

now that ceres is much easier to test (buildpro development containers provide CUDA nvcc compiler), it would be nice to have this project work with target_link_libraries() and no longer need xpTargetExtern()

smanders commented 3 years ago

ceres patch https://github.com/ceres-solver/ceres-solver/compare/1.14.0...smanders:xp1.14.0 ceres use script https://github.com/smanders/externpro/blob/dev/projects/use/usexp-ceres-config.cmake

smanders commented 3 years ago

completed with commit to dev branch referenced above