[cmake-commits] andy committed CMakeLists.txt NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 22 08:39:13 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SimpleExclude
In directory public:/mounts/ram/cvs-serv25050/SimpleExclude

Added Files:
	CMakeLists.txt 
Log Message:
ENH: Add simple exclusion test for subdirectories


--- NEW FILE: CMakeLists.txt ---
project(SimpleExclude C)

set(EXECUTABLE_OUTPUT_PATH "${SimpleExclude_BINARY_DIR}" CACHE INTERNAL "" FORCE)
set(LIBRARY_OUTPUT_PATH "${SimpleExclude_BINARY_DIR}" CACHE INTERNAL "" FORCE)

add_subdirectory(dirC EXCLUDE_FROM_ALL)
add_subdirectory(dirD)




More information about the Cmake-commits mailing list