Skip to content

Conversation

@freshthinking
Copy link
Contributor

Summary

  • initialize CMake project targeting C++23
  • add source tree with core, engine, exchange adapters, and simulation entry point
  • document build steps and ignore build artifacts
  • use spdlog for logging
  • add optional AddressSanitizer and clang-tidy tooling via CMake

Testing

  • cmake -S . -B build -DENABLE_ASAN=ON -DENABLE_CLANG_TIDY=ON (fails: unable to clone spdlog repository)
  • cmake --build build (fails: no Makefile generated)
  • cd build && ctest (fails: no test configuration file)

https://chatgpt.com/codex/tasks/task_e_68a9f3142fc483339598882a45c2800f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants