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