Fix missing file in cmake
This commit is contained in:
parent
c9f9ad0753
commit
9e92eb2830
2 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ include_directories("${CMAKE_CURRENT_LIST_DIR}")
|
||||||
add_dart_native_extension(angel_wings
|
add_dart_native_extension(angel_wings
|
||||||
http-parser/http_parser.c
|
http-parser/http_parser.c
|
||||||
angel_wings.h angel_wings.cc
|
angel_wings.h angel_wings.cc
|
||||||
bind.cc http.cc
|
bind.cc http.cc wings_socket.cc
|
||||||
util.cc)
|
util.cc)
|
||||||
install(TARGETS angel_wings LIBRARY DESTINATION "${CMAKE_CURRENT_LIST_DIR}")
|
install(TARGETS angel_wings LIBRARY DESTINATION "${CMAKE_CURRENT_LIST_DIR}")
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue