Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
D7EAD authored Jun 12, 2023
1 parent 9ec4670 commit d2221be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions liboai/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d2221be

Please sign in to comment.