Older/WeChat/CMakeLists.txt
luocai 71485e7975
Some checks failed
Deploy / Build (push) Failing after 1m22s
update.
2025-05-14 17:14:33 +08:00

8 lines
141 B
CMake

add_library(WeChat
Corporation/Context.h Corporation/Context.cpp
)
target_link_libraries(WeChat
PUBLIC Base
PUBLIC Kylin::Core
)