Skip to content

Conversation

@extinguish
Copy link
Contributor

Summary

Add a CMakeLists.txt file for the benchmarks/ramspeed application, enabling it to be built with the CMake build system. This provides build‑system parity between CMake and the existing Makefile‑based approach.

Impact

  1. Allows the RAMSpeed benchmark to be compiled and linked when using the CMake build infrastructure.
  2. No effect on runtime behavior or generated binaries; only build‑system support is added.

Testing

Verified that benchmarks/ramspeed builds successfully using CMake

Add CMakeLists.txt for the RAMSpeed benchmark application, enabling it to
be built with the CMake build system alongside the existing Makefile-based
build. This ensures consistent build behavior across build systems.

Signed-off-by: guoshichao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants