git clone https://github.com/HesaiTechnology/Pandora_Apollo.git --recursive
cd <project>
mkdir build ; cd build;
cmake .. ; make
add_subdirectory(<path_to>Pandora_Apollo)
include_directories(
<path_to>Pandora_Apollo/include
<path_to>Pandora_Apollo/src/Pandar40P/include
)
target_link_libraries(<Your project>
Pandora
)
#include "pandora/pandora.h"