We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecd03e commit 5fd6276Copy full SHA for 5fd6276
libs/CMakeLists.txt
@@ -7,6 +7,7 @@ target_link_libraries(${Target} PRIVATE modbus)
7
# ---------------------------------------- link libraries --------------------------------------------------------------
8
# ======================================================================================================================
9
target_link_libraries(${Target} PRIVATE rt)
10
+target_link_libraries(${Target} PRIVATE stdc++fs)
11
12
add_subdirectory(cxxopts EXCLUDE_FROM_ALL)
13
target_link_libraries(${Target} PRIVATE cxxopts)
0 commit comments