https://github.com/ststeiger/simplebitmap
Bitmap handling without dependency accross platform
https://github.com/ststeiger/simplebitmap
Last synced: about 1 year ago
JSON representation
Bitmap handling without dependency accross platform
- Host: GitHub
- URL: https://github.com/ststeiger/simplebitmap
- Owner: ststeiger
- Created: 2019-03-21T21:41:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T16:33:12.000Z (over 7 years ago)
- Last Synced: 2025-05-21T05:11:47.569Z (about 1 year ago)
- Language: C++
- Size: 548 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a CLION Project
To use it with Visual-Studio:
mkdir "D:\username\Documents\Visual Studio 2017\Projects\SimpleBitmap\buildx64"
cd /d "D:\username\Documents\Visual Studio 2017\Projects\SimpleBitmap\buildx64"
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release ..
mkdir "D:\username\Documents\Visual Studio 2017\Projects\SimpleBitmap\buildx86"
cd /d "D:\username\Documents\Visual Studio 2017\Projects\SimpleBitmap\buildx86"
cmake -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=Debug ..
To create a unix Makefile
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..