[CMake] exe
Glenn Van Roose
gvr1979 at yucom.be
Tue Sep 5 14:05:06 EDT 2006
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?
CMakeLists.txt:
PROJECT(helloCTEST)
ADD_EXECUTABLE(Hello hello.c)
Hello.c:
#include <stdio.h>
void main(){
printf("Hello, World.\n");
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20060905/5129ca9d/attachment.htm
More information about the CMake
mailing list