Skip to content

zgeorgin/Drawing-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drawing_features

My library with useful drawing features on SDL

How to use it?

Installation instructions

Clone the repository. In the repository folder write this:

cmake .
sudo make install

Now you`re ready to use this library in your projects

Using with cmake

To use this library with cmake, you need to write this commands in right places of your CMakeLists.txt:

find_package(DrawingFeatures REQUIRED)

target_include_directories(Balls PRIVATE ${DrawingFeatures_INCLUDE_DIRS})
target_link_libraries(Balls PRIVATE DrawingFeatures::DrawingFeatures)

Examples

TODO: do an example folder right in library

About

My library with useful drawing features on SDL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors