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

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to