Skip to content

hylo-lang/context-core-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

context-core-api

Exposing Boost.Context core API

Building

  1. Configure step

    Execute the following:

    cmake -G Ninja -S . -B <build-directory> -D CMAKE_BUILD_TYPE=<build-type> -DWITH_TESTS=On \
    

    where <build-directory> is a build directory (usually .build or build), and <build-type> is the build type (usually Debug or Release).

  2. Build step

    cmake --build <build-directory>
    
  3. Test step

    For this step, WITH_TESTS needs to be set to ON in the configure step.

    ctest --test-dir <build-directory>/test
    

About

Exposing Boost.Context core API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published