[Cmake-commits] [cmake-commits] king committed CMakeLists.txt NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 3 13:37:30 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/TryCompile/Inner
In directory public:/mounts/ram/cvs-serv32314/Tests/TryCompile/Inner

Added Files:
	CMakeLists.txt 
Log Message:
Test try_compile project mode

The try_compile command project mode builds an entire source tree
instead of one source file.  It uses an existing CMakeLists.txt file in
the given source tree instead of generating one.  This commit creates a
test for the mode in the TryCompile test.


--- NEW FILE: CMakeLists.txt ---
cmake_minimum_required(VERSION 2.6)
project(TryCompileInner C)

add_executable(inner ../pass.c)



More information about the Cmake-commits mailing list