Hello,
when I create interface target in visualgdb it is not shown in Solution explorer. So I cannot see headers which are included in this target. How can I access these files inside interface target via Solution Explorer. I tried option “Header Files in Solution explorer” set to “All From Target Directory and Subdirectories”. But it did not help. Thanks for help
PROJECT(bus LANGUAGES C CXX)
add_library(bus INTERFACE)
add_library(yrm::bus ALIAS bus)
…