Skip to content

Commit

Permalink
update lgtbot
Browse files Browse the repository at this point in the history
  • Loading branch information
Slontia committed Jan 3, 2022
1 parent 4ad7999 commit db74642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ add_executable(${PROJECT_NAME} src/main.cpp)
include_directories(include ${CMAKE_CURRENT_SOURCE_DIR}/lgtbot)

target_link_libraries(${PROJECT_NAME} PRIVATE mirai-cpp gflags bot_core_static)
add_dependencies(${PROJECT_NAME} mirai-cpp bot_core_static)
target_compile_definitions(${PROJECT_NAME} PRIVATE MIRAICPP_STATICLIB)

if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
Expand Down
2 changes: 1 addition & 1 deletion lgtbot
Submodule lgtbot updated 108 files

0 comments on commit db74642

Please sign in to comment.