diff --git a/CMakeLists.txt b/CMakeLists.txt index f6bb102..0dfd52d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,4 +4,6 @@ project(subprocess CXX) set(CMAKE_CXX_STANDARD 11) enable_testing() -add_subdirectory(test) \ No newline at end of file +add_subdirectory(test) + +install(FILES subprocess.hpp DESTINATION include/subprocess/)