First TCP communicator
This commit is contained in:
+1
-1
@@ -23,5 +23,5 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
|
||||
|
||||
|
||||
add_executable(sender main.cpp grbl.h grbl.cpp grbl_test.cpp)
|
||||
add_executable(sender main.cpp grbl.h grbl.cpp grbl_test.cpp grbl_communication.h grbl_communication.cpp)
|
||||
target_link_libraries(sender nanogui gtest gtest_main)
|
||||
Reference in New Issue
Block a user