Skip to content

Add CMakeLists.txt for easier building#1

Open
tpetsas wants to merge 1 commit into
GameWithPixels:mainfrom
tpetsas:add-cmake-build
Open

Add CMakeLists.txt for easier building#1
tpetsas wants to merge 1 commit into
GameWithPixels:mainfrom
tpetsas:add-cmake-build

Conversation

@tpetsas

@tpetsas tpetsas commented Apr 9, 2026

Copy link
Copy Markdown

This adds a CMakeLists.txt file that lets you build the PixelsLib and the PixelsExample using cmake

To build via a Powershell session:

mkdir build; cd build; cmake .. -G "Visual Studio 17 2022"; cmake --build . --config Debug;

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant