mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-09-07 14:22:01 -04:00

* add package files * add windows compat to subprocess.hpp * add test modifications * repair test_read_all
6 lines
101 B
CMake
6 lines
101 B
CMake
cmake_minimum_required(VERSION 3.9)
|
|
|
|
project(subprocess CXX)
|
|
|
|
enable_testing()
|
|
add_subdirectory(test) |