Nice example, good job.
I'm trying mostly the same.
I don't understand why you want to run test on target platform. I guess
(because tests are platform independent) it is ok to run tests only on host. Or
I miss something?
CppUTest supports also memory leaks detection. When you include (#include
I have project with name "DocumentLibrary" that depends on external project
with name "PrinterLibrary".
#add external project
ExternalProject_add(PrinterLibrary
SVN_REPOSITORY ${svnPath}
PREFIX
${CMAKE_CURRENT_BINARY_DIR}/dependecies-sources/ Pri