[cmake-commits] martink committed CMakeLists.txt NONE 1.1 example2.cxx NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 19 12:23:39 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SubDirSpaces/Some Examples/example2
In directory public:/mounts/ram/cvs-serv14281/Some Examples/example2

Added Files:
	CMakeLists.txt example2.cxx 
Log Message:
ENH: new test for spaces in the tree structure


--- NEW FILE: example2.cxx ---
#include <stdio.h>

int main()
{
  printf("example2\n");
  return 0;
}

--- NEW FILE: CMakeLists.txt ---
PROJECT(example2)
ADD_EXECUTABLE(example2 example2.cxx)



More information about the Cmake-commits mailing list