Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 337 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 337 Bytes

cppp-platfrom -- Portable platform check library

Build

Dependencies

  • CMake (version >= 3.10)

Command

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=[[PREFIX]]
# If you want to build the example, add -DBUILD_EXAMPLE=ON
cmake --build .
cmake --install .

Documentation

Documentation