Convert SimLogue build to CMake and remove Visual Studio files #1
No reviewers
Labels
No labels
bug
codex
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
matej/SimLogue!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/convert-project-to-cmake-and-remove-visual-studio-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
cmake.Description
CMakeLists.txtthat creates thesimlogueexecutable, lists source files, exposescircuits/srcandcircuits/libs/includeto the build, setscxx_std_23, and definesHIGH_PRECISION.README.mdto include simple CMake build instructions usingcmake -S . -B buildandcmake --build buildand noted the producedsimlogueexecutable.SimLogue.sln,circuits/circuits.vcxproj, andcircuits/circuits.vcxproj.filters.Testing
Codex Task