Skip to content

Commit

Permalink
cmake install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
petiaccja committed Dec 2, 2023
1 parent 7f7291a commit 3e6bebf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ add_subdirectory(include/async++)
add_subdirectory(src)
if (${ASYNCPP_BUILD_TESTS})
add_subdirectory(test)
endif()
endif()

install(TARGETS async++ DESTINATION "lib")
install(DIRECTORY "include/async++" DESTINATION "include")

0 comments on commit 3e6bebf

Please sign in to comment.