[CMake] Understanding directory structure

2010-09-04 Thread Joshua Warner
Hi, I have a small language (written in C++) I'd like to convert to cmake, but I'm having a hard time figuring out what to do in which CMakeLists.txt file. Basically, I have the following directory structure: nvm/ --tools/ compiler/ --(C++ source) generator/ --(C++ source) --n/

Re: [CMake] Understanding directory structure

2010-09-04 Thread Michael Hertling
On 09/05/2010 12:04 AM, Joshua Warner wrote: Hi, I have a small language (written in C++) I'd like to convert to cmake, but I'm having a hard time figuring out what to do in which CMakeLists.txt file. Basically, I have the following directory structure: nvm/ --tools/ compiler/