ivanovkirilg / linebot

A 'robot' moving on 1 axis for learning purposes
0 stars 0 forks source link

Shared library build is not set up OK for Windows #15

Open ivanovkirilg opened 1 month ago

ivanovkirilg commented 1 month ago

DLLs need to explicitly export symbols using __declspec(dllexport), and are also not found in the current configuration.

ivanovkirilg commented 1 month ago

Consider set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) for exporting DLL symbols automatically.