Skip to content

Commit 0c0431c

Browse files
committed
I think i just got it?
1 parent 325a302 commit 0c0431c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ else()
4545
message(STATUS "Building with MOCK_RPI=OFF: Linking to real WiringPi.")
4646
target_link_libraries(propulsion_test wiringPi)
4747
endif()
48-
48+
add_library(PropulsionFunctions
49+
lib/Command.h
50+
lib/Command_Interpreter.cpp
51+
lib/Command_Interpreter.h
52+
lib/Wiring.cpp
53+
lib/Wiring.h
54+
)
4955
include(GoogleTest)
5056

5157
gtest_discover_tests(propulsion_test)

0 commit comments

Comments
 (0)