mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-05 04:46:21 -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)
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
add_subdirectory(test)
|
||||
|
||||
install(FILES subprocess.hpp DESTINATION include/subprocess/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user