mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-05 21:06:19 -04:00
Add install target (#40)
This commit is contained in:
parent
785ff230a8
commit
3ab04aecaa
@ -4,4 +4,6 @@ project(subprocess CXX)
|
|||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
|
install(FILES subprocess.hpp DESTINATION include/subprocess/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user