HBRS-SDP / ss24-physiological-computing

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Adding a improved version of CMake #13

Closed Elektra-V closed 2 weeks ago

Elektra-V commented 3 months ago

We need to update the CMake configuration file to include and build the preexisting library. The goal is to integrate this library into our build process seamlessly.

Provide any relevant background information or context for the change. For example:

The current CMake setup does not include the preexisting library.

Tasks:

List the specific tasks that need to be done:

Locate the CMakeLists.txt file. Add the library path to the CMake file. Ensure the library is linked properly during the build process. Update any relevant target_link_libraries or add_subdirectory commands. Verify the build process completes successfully with the library included. Expected Outcome A clear description of what you expect to happen once the issue is resolved:

The build process should include the preexisting library. The application should compile without errors. The features relying on the library should function as expected.

Elektra-V commented 2 weeks ago

The issue was covered in https://github.com/HBRS-SDP/ss24-physiological-computing/tree/16-templating-new-cmake