From d2221bee82711733d52abb02c742a5e25907380f Mon Sep 17 00:00:00 2001 From: Dread <42398281+D7EAD@users.noreply.github.com> Date: Sun, 11 Jun 2023 21:26:34 -0400 Subject: [PATCH] Update CMakeLists.txt --- liboai/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liboai/CMakeLists.txt b/liboai/CMakeLists.txt index 8ad67f1..b55b005 100644 --- a/liboai/CMakeLists.txt +++ b/liboai/CMakeLists.txt @@ -7,6 +7,7 @@ find_package(CURL CONFIG REQUIRED) add_library(oai components/audio.cpp +components/azure.cpp components/chat.cpp components/completions.cpp components/edits.cpp @@ -31,6 +32,7 @@ install(TARGETS oai DESTINATION lib) #install(FILES liboai.h DESTINATION include) install(FILES include/components/audio.h +include/components/azure.h include/components/chat.h include/components/completions.h include/components/edits.h