Add install targets to cmake setup (#145)
This commit is contained in:
parent
a937efbcbc
commit
f81be80b52
2 changed files with 5 additions and 0 deletions
|
|
@ -122,3 +122,6 @@ target_compile_options(cppast PRIVATE
|
|||
# MSVC warnings
|
||||
$<$<CXX_COMPILER_ID:MSVC>:
|
||||
/W3>)
|
||||
|
||||
install(TARGETS cppast)
|
||||
install(DIRECTORY ../include/ DESTINATION include)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue