forked from ros-naoqi/naoqi_driver
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnaoqi_driver.pro
49 lines (46 loc) · 1.61 KB
/
naoqi_driver.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
HEADERS += include/naoqi_driver/*.h \
include/naoqi_driver/*.hpp \
include/naoqi_driver/converter/*.h \
include/naoqi_driver/converter/*.hpp \
include/naoqi_driver/event/*.h \
include/naoqi_driver/event/*.hpp \
include/naoqi_driver/publisher/*.h \
include/naoqi_driver/publisher/*.hpp \
include/naoqi_driver/recorder/*.h \
include/naoqi_driver/recorder/*.hpp \
include/naoqi_driver/service/*.h \
include/naoqi_driver/service/*.hpp \
include/naoqi_driver/subscriber/*.h \
include/naoqi_driver/subscriber/*.hpp \
src/*.hpp \
src/converters/*.hpp \
src/tools/*.hpp \
src/helpers/*.hpp \
src/publishers/*.hpp \
src/services/*.hpp \
src/event/*.hpp \
src/converter/*.hpp \
src/recorder/*.hpp \
src/subscribers/*.hpp \
src/*.h \
src/converters/*.h \
src/tools/*.h \
src/helpers/*.h \
src/publishers/*.h \
src/services/*.h \
src/event/*.h \
src/converter/*.h \
src/recorder/*.h \
src/subscribers/*.h \
SOURCES = src/*.cpp \
src/converters/*.cpp \
src/helpers/*.cpp \
src/publishers/*.cpp \
src/services/*.cpp \
src/tools/*.cpp \
src/event/*.cpp \
src/recorder/*.cpp \
src/subscribers/*.cpp \
INCLUDEPATH += include/ \
/home/max/Libs/naoqi-sdk/include \
/opt/ros/kinetic/include/