Skip to content

Sopiro/wak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wak

wak is a simple game math library

Installation

You can easily include library using CMake's FetchContent module.

include(FetchContent)

FetchContent_Declare(
    wak
    GIT_REPOSITORY https://github.com/Sopiro/wak.git
    GIT_TAG v1.1.0
)

FetchContent_MakeAvailable(wak)

...

target_link_libraries(${PROJECT_NAME} PRIVATE wak)

About

wak is a simple game math library

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages