Re: [CMake] How to find list of directories

2011-12-15 Thread Michael Hertling
On 12/15/2011 02:34 PM, Renato Utsch wrote: > Hello, > > I am writing a plugin compiler that will do linke this: > > -- main > plugin > | CMakeLists.txt (in the plugin folder) > -- example (example plugin) > --| CMakeLists.txt (in the example folder) > > The CMakeLists.txt file

[CMake] How to find list of directories

2011-12-15 Thread Renato Utsch
Hello, I am writing a plugin compiler that will do linke this: -- main plugin | CMakeLists.txt (in the plugin folder) -- example (example plugin) --| CMakeLists.txt (in the example folder) The CMakeLists.txt file inside the plugin folder will do a foreach() to use add_subdirecto