Re: [CMake] Simultaneous makes?

2014-12-31 Thread
€: Wouldn't it be possible to write a Makefile that managed all concurrent builds by calling the relevant make commands for each subproject? -- Zé -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers

[CMake] How to store function definitions?

2014-10-25 Thread
I've defined a small function that helps add unit test definitions in a concise manner. I would like to store this function on a dedicated file to decluter the CMakeLists.txt file where that function is currently defined. Can anyone tell me what's the best way to store custom function

[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 ├──

[CMake] problems finding FLAC

2008-01-25 Thread
more features from this software. + FLAC: An encoder/decoder for the Free Lossless Audio Codec http://flac.sourceforge.net Required to build the AudioCD FLAC plugin. the FLAC devel files are in /usr/lib/FLAC Can anyone explain me howto do so that cmake can find FLAC files? -- Zé Linux user

Re: [CMake] cmake corresponding config.log gile?

2008-01-23 Thread
Em Quarta, 23 de Janeiro de 2008 07:03:37, Eric Noulard escreveu: 2008/1/23, Zé [EMAIL PROTECTED]: When using automake i could see in config.log if when building an app there were missing some buildrequires but now with cmake im totally lost. Usually CMake print (command line cmake) or pop