Beckhoff / ADS

Beckhoff protocol to communicate with TwinCAT devices.
MIT License
491 stars 193 forks source link

cmake: Install library and AdsTool #202

Closed ccvca closed 1 year ago

ccvca commented 1 year ago

Added install to the cmake, so it can be used and found in other projects.

find_package(Threads REQUIRED)
find_package(ads REQUIRED)

add_executable(myAdsApp myAdsApp.cpp)
target_link_libraries(myAdsApp ads::ads)
pbruenn commented 1 year ago

@miq @simonschmeisser what is your opinion on this?

miq commented 1 year ago

It's ok with me.