2024-02-05 06:24:48 -05:00
|
|
|
add_library(base_base
|
|
|
|
assert.cpp
|
|
|
|
backoff.cpp
|
|
|
|
html_escape.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
lobbyserver_target(base_base)
|
|
|
|
|
|
|
|
target_link_libraries(base_base PUBLIC
|
|
|
|
# techinically not needed anymore but /shrug
|
|
|
|
base::impl
|
2024-03-10 06:34:42 -04:00
|
|
|
spdlog::spdlog
|
2024-02-05 06:24:48 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
add_library(base::base ALIAS base_base)
|