Commit c7268191 authored by Kenton Varda's avatar Kenton Varda

fix build

parent d7301ef7
......@@ -232,6 +232,7 @@ libkj_async_la_SOURCES= \
src/kj/async.c++ \
src/kj/async-unix.c++ \
src/kj/async-win32.c++ \
src/kj/async-io.c++ \
src/kj/async-io-unix.c++ \
src/kj/async-io-win32.c++ \
src/kj/time.c++
......
......@@ -92,6 +92,7 @@ install(FILES ${kj-test-compat_headers} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}
set(kj-async_sources
async.c++
async-unix.c++
async-io.c++
async-io-unix.c++
time.c++
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment