I should have added that I am trying to do this cross platform Windows/Linux. I am getting hung up on the CPPUNITConfig.cmake and in particular on the directory structure best suited for picking up the proper libraries for each build target.
I started out with the idea that I let CPPUNIT be itself and use its configure and solution build the libraries I need. I would than pick up these libraries and store them in a fixed directory structure that CMake would like. But that solution is eluding me at the moment.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone attempted to integrate CPPUNIT with a CMake build process? I would like to hear their experiences before I attempt to do just that.
I should have added that I am trying to do this cross platform Windows/Linux. I am getting hung up on the CPPUNITConfig.cmake and in particular on the directory structure best suited for picking up the proper libraries for each build target.
I started out with the idea that I let CPPUNIT be itself and use its configure and solution build the libraries I need. I would than pick up these libraries and store them in a fixed directory structure that CMake would like. But that solution is eluding me at the moment.