[cmake-commits] hoffman committed CMakeLists.txt NONE 1.1.2.1 hello_world.c NONE 1.1.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 28 14:19:48 EST 2006


Update of /cvsroot/CMake/CMake/Tests/TargetName/executables
In directory public:/mounts/ram/cvs-serv14425/Tests/TargetName/executables

Added Files:
      Tag: CMake-2-4
	CMakeLists.txt hello_world.c 
Log Message:
ENH: merge in changes from the main tree


--- NEW FILE: hello_world.c ---
#include <stdio.h>
main()
{
   printf("hello, world\n");
}

--- NEW FILE: CMakeLists.txt ---
add_executable(hello_world hello_world.c)



More information about the Cmake-commits mailing list