|
@@ -84,6 +84,11 @@ unix:LIBS += -lpcl_common\
|
|
|
|
|
|
INCLUDEPATH += $$PWD/../../common/ndt_cpu/
|
|
INCLUDEPATH += $$PWD/../../common/ndt_cpu/
|
|
|
|
|
|
|
|
+
|
|
|
|
+!include(../../../include/common.pri ) {
|
|
|
|
+ error( "Couldn't find the common.pri file!" )
|
|
|
|
+}
|
|
|
|
+
|
|
# IF not use gpu, comment below
|
|
# IF not use gpu, comment below
|
|
#INCLUDEPATH += /usr/local/cuda-10.2/targets/aarch64-linux/include
|
|
#INCLUDEPATH += /usr/local/cuda-10.2/targets/aarch64-linux/include
|
|
#INCLUDEPATH += /usr/local/cuda-10.0/targets/aarch64-linux/include
|
|
#INCLUDEPATH += /usr/local/cuda-10.0/targets/aarch64-linux/include
|