Category: C++
How to setup a CMake C++ Workplace
May 2nd, 2009Create a directory tree.
layout is
project_name
trunk
lib
src
test
unittest
doc
tags
Create general CMakefiles
Major CMakeLists,txt in trunk directory
CMakeLists.txt in test/unittest
Import extern project
Set svn::externals project of lib directory as:
cxxtest http://tools.assembla.com/svn/cxxworkplace/cxxtest/trunks
cmake http://tools.assembla.com/svn/cxxworkplace/cmake/trunks
dbg http://tools.assembla.com/svn/cxxworkplace/dbg/trunks