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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 9 21:26:00 EDT 2006


Update of /cvsroot/CMake/CMake/Tests/OutOfBinary
In directory public:/mounts/ram/cvs-serv17485/Tests/OutOfBinary

Added Files:
	CMakeLists.txt outlib.c 
Log Message:
BUG: Fixed out-of-source subdirectories to work when they are also out-of-binary.  Updated the OutOfSource test to test this feature.


--- NEW FILE: CMakeLists.txt ---
ADD_LIBRARY(outlib outlib.c)


--- NEW FILE: outlib.c ---
int outlib() { return 456; }




More information about the Cmake-commits mailing list