mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-09-06 22:00:29 -04:00
Expose headers in cmake project (#77)
Expose through CMake directives, the name of the project so that package managers such as CPM (https://github.com/cpm-cmake/CPM.cmake) could consume this library cleanly
This commit is contained in:
parent
399616b408
commit
cbc9e82158
@ -9,4 +9,7 @@ if(BUILD_TESTING)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
||||
add_library(subprocess INTERFACE)
|
||||
target_include_directories(subprocess INTERFACE .)
|
||||
|
||||
install(FILES subprocess.hpp DESTINATION include/cpp-subprocess/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user