Re: [CMake] CMake unit tests and the enable_testing() macro

2014-10-24 Thread Nils Gladitz
On 24.10.2014 20:28, Zé wrote: I'm test-driving CMake for a new project I've just started and I'm currently trying to set up a unit test framework. The project is a dynamic library written in C++, the unit tests are based on Boost test, and the project tree is organized essentially as follows:

[CMake] CMake unit tests and the enable_testing() macro

2014-10-24 Thread
I'm test-driving CMake for a new project I've just started and I'm currently trying to set up a unit test framework. The project is a dynamic library written in C++, the unit tests are based on Boost test, and the project tree is organized essentially as follows: . ├── CMakeLists.txt ├── myli