Add install target (#40)

This commit is contained in:
bibermann 2019-07-10 19:25:50 +02:00 committed by Arun Muralidharan
parent 785ff230a8
commit 3ab04aecaa

View File

@ -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/)