Fix build

This commit is contained in:
2023-08-17 11:50:17 +03:00
parent e49a3aec81
commit 571f2232d0
3 changed files with 11 additions and 8 deletions

View File

@@ -15,6 +15,9 @@ include(cmake/variables.cmake)
# ---- Declare library ----
find_package(ethercat REQUIRED)
link_libraries(ethercat)
add_library(
ec-controller_lib OBJECT
source/lib.cpp