[CMake] exe
Brandon J. Van Every
bvanevery at gmail.com
Tue Sep 5 15:48:13 EDT 2006
Glenn Van Roose wrote:
>
> Hi I made a simple program and i use win xp , visual c++ 6
>
> But I don't get a executable hello.exe ?
>
> What's wrong?
>
Please provide the error messages you got, whether CMake errors or VC6
errors.
> CMakeLists.txt:
>
>
>
> PROJECT( helloCTEST )
>
> ADD_EXECUTABLE(Hello hello.c)
>
>
>
Looks fine. You shouldn't need to specify the C language in PROJECT, as
that should be the default.
Cheers,
Brandon Van Every
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20060905/40289523/attachment.html
More information about the CMake
mailing list