I have a directory with idls:
./idl/1.idl
./idl/2.idl
./idl/3.idl
...
How can I compile this idls with CMake into .cpp and .h files?
I have a directory with idls:
./idl/1.idl
./idl/2.idl
./idl/3.idl
...
How can I compile this idls with CMake into .cpp and .h files?