jbehley / point_labeler

My awesome point cloud labeling tool
MIT License
656 stars 161 forks source link

Can't this project be run with CMake alone? #55

Closed DonghoonPark12 closed 2 years ago

DonghoonPark12 commented 2 years ago

Thanks for amazing project.

I just wonder why can't this project execute CMake alone?

because, I met some error while using custom .bin file and I want to debug it using IntelliJ CMakeproject.

Thanks

jbehley commented 2 years ago

the way we do it has some historical reasons and using catkin helped with making the shared libraries available. technically, you could also rewrite the cmakefile such that it compile with "pure" cmake, but it's nothing I want to do now.

The way I use it is via the generated Makefiles in the build directory in Eclipse. Maybe you can setup IntelliJ to take just the Makefile?