Skip to content

mccakit/subprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subprocess

A port of beman/subprocess to C++ named modules.

Dependencies

  • CMake 4.2+
  • Ninja
  • Conan 2

Build

conan install . --build=missing --profile=musl -of ./conan --deployer=full_deploy --envs-generation=false
cmake -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE=/path/to/toolchain.cmake
cmake --build build
cmake --install build

Tests

cmake -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE=/path/to/toolchain.cmake -DBUILD_TESTING=ON
cmake --build build
ctest --test-dir build --output-on-failure

About

Port of benman64/subprocess to C++ named modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors