STEA-TEAM / HDU-GO-Core-Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDU-GO-Core

The core logic for HDU CAS system

Notice

This library could only be used in Drogon based projects!

Usage

find_package(HdugoCore REQUIRED PATHS ${PATH_WHERE_PACKAGE_STORED})
target_link_libraries(${PROJECT_NAME} PRIVATE HdugoCore::HdugoCore)

About