Skip to content

Commit 2aafca6

Browse files
committed
[CMake] fix headers installation
1 parent 3d1b17b commit 2aafca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
SET(${PROJECT_NAME}_HEADERS}
1+
SET(${PROJECT_NAME}_HEADERS
22
inverted-pendulum.hh
33
feedback-controller.hh
44
)
55

66
INSTALL(FILES
77
${${PROJECT_NAME}_HEADERS}
8-
DESTINATION include/${PROJECT_NAME}
8+
DESTINATION include/dynamic-graph/tutorial/
99
)

0 commit comments

Comments
 (0)