diff --git a/libc/shared/CMakeLists.txt b/libc/shared/CMakeLists.txt index 7ceddd3e464dc..d27484909f652 100644 --- a/libc/shared/CMakeLists.txt +++ b/libc/shared/CMakeLists.txt @@ -3,6 +3,7 @@ set(LLVM_LIBC_SHARED_RPC_EXPORT_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/rpc_util.h" "${CMAKE_CURRENT_SOURCE_DIR}/rpc_dispatch.h" "${CMAKE_CURRENT_SOURCE_DIR}/rpc_server.h" + "${CMAKE_CURRENT_SOURCE_DIR}/rpc_opcodes.h" ) # Install the freestanding RPC interface to the compiler tree.