[CMake] Adding a cmake makefile dependency

Brandon Van Every bvanevery at gmail.com
Sat Jul 28 12:14:52 EDT 2007


On 7/28/07, Daniel <daniel at connect2.com> wrote:
>The custom command would run cmake with the same arguments as in
> cmake_check_build_system, but this seems like an ugly hack.
>
> Can anyone suggest a better way to do this?

Yes.  Quit trying to solve this problem and accept that you need to
manually list your program files in CMakeLists.txt.  It's a non-issue
once your project structure stabilizes.

Cheers,
Brandon Van Every


More information about the CMake mailing list