Skip to content

RoaringBitmap/croaring_cmake_demo_from_single_header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

croaring_cmake_demo_from_single_header

Ubuntu 20.04 CI (GCC 9) Ubuntu 18.04 CI (GCC 7) VS16-CI

Really simple CMake demo using CRoaring's single header files.

If you have a recent version of CMake (3.15 or better) under linux, macOS or freeBSD, you can simply go in the directory and type the following commands:

cmake -B build .
cmake --build build
./build/src/test
./build/src/testcpp

If you are using Visual Studio, the instructions are nearly the same:

cmake -B build .
cmake --build build --config Release
./build/src/Release/test
./build/src/Release/testcpp

About

Really simple CMake demo using CRoaring's single header files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published