Skip to content

jkleve/osal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osal

C++11 OS Abstraction Layer

Install test dependencies

conan install . -if <build dir>

Build

# Configure with tests
cmake -B <build dir> -S .

# Configure without tests
cmake -B <build dir> -S . -DOSAL_TEST=NO

# Build
cmake --build <build dir>

About

C++11 OS Abstraction Layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published