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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 27 15:14:44 EST 2006


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

Added Files:
	CMakeLists.txt hello_world.c 
Log Message:
ENH: add a test for a target name with the same name as the output of a custom command


--- 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