Skip to content

Commit

Permalink
fix missing install headers (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Mar 21, 2024
1 parent 6be48e7 commit 3fbd80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async_simple/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ endif()

file(GLOB headers "*.h")
file(GLOB coro_header "coro/*.h")
file(GLOB executors_header "executors/*.h")
file(GLOB experimental_header "experimental/*.h")
file(GLOB util_header "util/*.h")
if(UTHREAD)
Expand Down

0 comments on commit 3fbd80e

Please sign in to comment.