i installed snap7 via brew on my OSX System.
But when i try to compile my project with CMake i get the following error
Undefined symbols for architecture x86_64:
"TS7Client::TS7Client()", referenced from:
_main in main.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation
Not really sure what to do
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i installed snap7 via brew on my OSX System.
But when i try to compile my project with CMake i get the following error
Not really sure what to do