File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 44[submodule "libs/libmodbus "]
55 path = libs/libmodbus
66 url = https://github.com/stephane/libmodbus
7- [submodule "libs/cxxshm "]
8- path = libs/cxxshm
9- url = https://github.com/NikolasK-source/cxxshm.git
107[submodule "libs/cxxsemaphore "]
118 path = libs/cxxsemaphore
129 url = https://github.com/NikolasK-source/cxxsemaphore.git
Original file line number Diff line number Diff line change 11
2+ find_package (cxxshm)
3+
24# ---------------------------------------- subdirectories --------------------------------------------------------------
35# ======================================================================================================================
46include (../modbus.cmake)
@@ -11,7 +13,6 @@ target_link_libraries(${Target} PRIVATE rt)
1113add_subdirectory (cxxopts EXCLUDE_FROM_ALL )
1214target_link_libraries (${Target} PRIVATE cxxopts)
1315
14- add_subdirectory (cxxshm EXCLUDE_FROM_ALL )
1516target_link_libraries (${Target} PRIVATE cxxshm)
1617
1718add_subdirectory (cxxsemaphore EXCLUDE_FROM_ALL )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments