before parsing grades
This commit is contained in:
@@ -13,7 +13,7 @@ endif()
|
||||
# -----------------------------
|
||||
# Project setup
|
||||
# -----------------------------
|
||||
project(mainframe LANGUAGES CXX)
|
||||
project(skyward LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
@@ -27,6 +27,7 @@ add_subdirectory(external/spdlog)
|
||||
add_subdirectory(external/cpr)
|
||||
add_subdirectory(external/clickhouse-cpp)
|
||||
add_subdirectory(external/tomlplusplus)
|
||||
add_subdirectory(external/json)
|
||||
# -----------------------------
|
||||
# Executable
|
||||
# -----------------------------
|
||||
@@ -63,6 +64,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
|
||||
cpr::cpr
|
||||
clickhouse-cpp-lib
|
||||
tomlplusplus::tomlplusplus
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
|
||||
# -----------------------------
|
||||
|
||||
Reference in New Issue
Block a user