Skip to content

xLab-HDU/s061cmake-sfml-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake SFML Test

This repository provides a CMake template for creating SFML-based C++ projects.

Build Status

How to Use

# configure the project
cmake -B build

# build the project
cmake --build build

# test the project
cd build
ctest --output-on-failure

# run the project
./bin/main.exe

# package the project
cpack -G ZIP
# or
cpack -G NSIS

License

The source code is dual licensed under Public Domain and MIT -- choose whichever you prefer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published