EttusResearch / uhd

The USRP™ Hardware Driver Repository
http://uhd.ettus.com
Other
946 stars 646 forks source link

Feature request: cmake alias library #626

Open pfeatherstone opened 1 year ago

pfeatherstone commented 1 year ago

Feature request

It would be great if you could do this in cmake:

add_executable(myexe ...)
target_link_libraries(myexe PRIVATE UHD::UHD) # For dynamic linking
target_link_libraries(myexe PRIVATE UHD::UHD_STATIC) # For static linking

Then we wouldn't have to worry about all of the following: