This commit is contained in:
Totoo 2024-11-11 17:05:19 +01:00 committed by GitHub
parent 458a6634bf
commit 4641dcb449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 453 additions and 0 deletions

View file

@ -111,6 +111,10 @@ set(EXTCPPSRC
external/shoppingcart_lock/main.cpp
external/shoppingcart_lock/shoppingcart_lock.cpp
#ookbrute
external/ookbrute/main.cpp
external/ookbrute/ui_ookbrute.cpp
#cvs_spam
external/cvs_spam/main.cpp
external/cvs_spam/cvs_spam.cpp
@ -143,5 +147,6 @@ set(EXTAPPLIST
sstvtx
random_password
#acars_rx
ookbrute
shoppingcart_lock
)