Skip to content

Commit 8b1594e

Browse files
committed
CMake: fix CMP0115
1 parent 36f33de commit 8b1594e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ SET(${PROJECT_NAME}_HEADERS
5656
)
5757

5858
SET(${PROJECT_NAME}_SOURCES
59-
src/inverted-pendulum
60-
src/feedback-controller
59+
src/inverted-pendulum.cpp
60+
src/feedback-controller.cpp
6161
)
6262

6363
ADD_LIBRARY(${PROJECT_NAME} SHARED

0 commit comments

Comments
 (0)