I've removed most of the files in the cmake/ directory:
The FindXxx.cmake files are provided in, and automatically called by, the cse-core package, and therefore not needed here.
AddTestExecutable.cmake was mainly useful when we had separate sets of tests for the C and C++ libraries. Now, it can be replaced by a few lines of code in CMakeLists.txt.
project-config.cmake.in contained a lot of code that was relevant for cse-core, but not for this library.
This is part of open-simulation-platform/cse-core#300.
I've removed most of the files in the
cmake/
directory:FindXxx.cmake
files are provided in, and automatically called by, thecse-core
package, and therefore not needed here.AddTestExecutable.cmake
was mainly useful when we had separate sets of tests for the C and C++ libraries. Now, it can be replaced by a few lines of code inCMakeLists.txt
.project-config.cmake.in
contained a lot of code that was relevant for cse-core, but not for this library.This is part of open-simulation-platform/cse-core#300.