mirror of
https://github.com/UltraCoderRU/court_monitor.git
synced 2026-01-28 02:15:12 +00:00
Исходники перемещены в src.
This commit is contained in:
parent
193dabe805
commit
61246591f0
19 changed files with 19 additions and 18 deletions
|
|
@ -10,21 +10,4 @@ find_package(Boost COMPONENTS system REQUIRED)
|
|||
|
||||
add_subdirectory(external)
|
||||
|
||||
add_executable(court_monitor
|
||||
Bot.cpp
|
||||
BotSession.cpp
|
||||
CourtApi.cpp
|
||||
Dialog.cpp
|
||||
Logger.cpp
|
||||
Storage.cpp
|
||||
SubscribeCaseDialog.cpp
|
||||
main.cpp
|
||||
)
|
||||
target_link_libraries(court_monitor
|
||||
banana-beast
|
||||
fmt::fmt
|
||||
nlohmann_json::nlohmann_json
|
||||
certify::core
|
||||
Boost::system
|
||||
${OPENSSL_LIBRARIES}
|
||||
)
|
||||
add_subdirectory(src)
|
||||
|
|
|
|||
18
src/CMakeLists.txt
Normal file
18
src/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
add_executable(court_monitor
|
||||
Bot.cpp
|
||||
BotSession.cpp
|
||||
CourtApi.cpp
|
||||
Dialog.cpp
|
||||
Logger.cpp
|
||||
Storage.cpp
|
||||
SubscribeCaseDialog.cpp
|
||||
main.cpp
|
||||
)
|
||||
target_link_libraries(court_monitor
|
||||
banana-beast
|
||||
fmt::fmt
|
||||
nlohmann_json::nlohmann_json
|
||||
certify::core
|
||||
Boost::system
|
||||
${OPENSSL_LIBRARIES}
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue