I have 5 idl files and 4 idl files I included in 5th idl file using #include directive and I need fastddsgen generate files for 5th idl file only. I used -I flag with path to 4 idl files in fastddsgen command, but results in lot of link errors. How to solve this?
I found similar issue [here ](url)