Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroAir committed Nov 15, 2023
1 parent d65ec56 commit 33ca128
Show file tree
Hide file tree
Showing 17 changed files with 635 additions and 200 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ set(server_module
${lithium_src_dir}/websocket/device/WsDeviceServer.cpp

${lithium_src_dir}/websocket/device/WsCameraInstance.cpp
${lithium_src_dir}/websocket/device/WsTelescopeInstance.cpp
${lithium_src_dir}/websocket/device/WsFocuserInstance.cpp
${lithium_src_dir}/websocket/device/WsFilterInstance.cpp

${lithium_src_dir}/websocket/plugin/WsPluginHub.cpp
${lithium_src_dir}/websocket/plugin/WsPluginInstance.cpp
Expand Down Expand Up @@ -298,11 +301,17 @@ if(NOT HAS_STD_FORMAT)
target_link_libraries(lithium_server fmt::fmt)
endif()

target_compile_definitions(lithium_server PRIVATE LOGURU_DEBUG_LOGGING)

target_link_libraries(lithium_server ${CFITSIO_LIBRARIES})
target_link_libraries(lithium_server OpenSSL::SSL OpenSSL::Crypto)
target_link_libraries(lithium_server ${ZLIB_LIBRARIES})
target_link_libraries(lithium_server libzip::zip)
if(WIN32)
target_link_libraries(lithium_server pugixml-shared)
else()
target_link_libraries(lithium_server pugixml-static)
endif()
target_link_libraries(lithium_server sqlite3)
target_link_libraries(lithium_server cpp_httplib)
target_link_libraries(lithium_server backward)
Expand Down
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
OpenAPT Update Log

23w01a

update most of the codes , and there is still a long way to go!
Expand Down Expand Up @@ -36,8 +38,10 @@ big update but not finished

big update but not finished



23w04a

big server update and blackened update

Lithium Update Log

23w01a
1 change: 1 addition & 0 deletions config.h.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#cmakedefine01 ENABLE_ASYNC
#cmakedefine01 ENABLE_NATIVE_SERVER
#cmakedefine01 ENABLE_FASTHASH

// I18n
#include <libintl.h>
Expand Down
Loading

0 comments on commit 33ca128

Please sign in to comment.