[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt NONE 1.1.2.2 policy0002.c NONE 1.1.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 1 17:21:27 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/Policy0002
In directory public:/mounts/ram/cvs-serv11203/Tests/Policy0002

Added Files:
      Tag: CMake-2-8
	CMakeLists.txt policy0002.c 
Log Message:
Merge in changes to CMake-2-8 RC 2


--- NEW FILE: policy0002.c ---
int main(void)
{
  return 0;
}

--- NEW FILE: CMakeLists.txt ---
cmake_minimum_required(VERSION 2.6)
project(Policy0002 C)
cmake_policy(SET CMP0002 OLD)
add_subdirectory(A)
add_executable(Policy0002 policy0002.c)



More information about the Cmake-commits mailing list