[CMake] Problems with DDD

Brad King brad.king at kitware.com
Thu Mar 17 17:21:28 EST 2005


Jorgen Bodde wrote:
> This seems to work fine.. I compiled with:
> 
> gcc -g hello.c -o hello
> 
> The app was:
> 
> #include <stdio.h>
> 
> int main(int argc, char **argv)
> {
>        printf("Hello world");
> }
> 
> And DDD runs just fine, with the source loaded and all. I use the CCMAKE 
> with the makefile generator (since I am under Linux).

How about one that links to wxWidgets?

-Brad



More information about the CMake mailing list